Package | Description |
---|---|
com.groupdocs.signature.handler.events |
The GroupDocs.Signature.Handler.Events namespace provides classes for input and output Data Handlers.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
ProcessCompleteEventHandler.beginInvoke(Signature signature,
ProcessCompleteEventArgs args,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ProcessProgressEventHandler.beginInvoke(Signature signature,
ProcessProgressEventArgs args,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ProcessStartEventHandler.beginInvoke(Signature signature,
ProcessStartEventArgs args,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
abstract void |
ProcessCompleteEventHandler.invoke(Signature signature,
ProcessCompleteEventArgs args) |
abstract void |
ProcessProgressEventHandler.invoke(Signature signature,
ProcessProgressEventArgs args) |
abstract void |
ProcessStartEventHandler.invoke(Signature signature,
ProcessStartEventArgs args) |