public abstract class ProcessStartEventHandler
extends com.aspose.ms.System.MulticastDelegate
Represents a method which will handle SignatureHandler SignatureStart or VerificationStart event .
Constructor and Description |
---|
ProcessStartEventHandler() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(Object sender,
ProcessStartEventArgs args,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
void |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract void |
invoke(Object sender,
ProcessStartEventArgs args) |
combineImpl, getInvocationList, op_Equality, op_Inequality, removeImpl
public final com.aspose.ms.System.IAsyncResult beginInvoke(Object sender, ProcessStartEventArgs args, com.aspose.ms.System.AsyncCallback callback, Object state)
public final void endInvoke(com.aspose.ms.System.IAsyncResult result)
public abstract void invoke(Object sender, ProcessStartEventArgs args)
Copyright © 2019. All rights reserved.