public abstract class MutationCallback
extends com.aspose.ms.System.MulticastDelegate
Represents the method that will handle a mutation events.
Constructor and Description |
---|
MutationCallback() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(java.lang.Iterable<MutationRecord> mutations,
MutationObserver observer,
com.aspose.ms.System.AsyncCallback callback,
java.lang.Object state) |
void |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract void |
invoke(java.lang.Iterable<MutationRecord> mutations,
MutationObserver observer) |
combineImpl, getInvocationList, op_Equality, op_Inequality, removeImpl
public abstract void invoke(java.lang.Iterable<MutationRecord> mutations, MutationObserver observer)
public com.aspose.ms.System.IAsyncResult beginInvoke(java.lang.Iterable<MutationRecord> mutations, MutationObserver observer, com.aspose.ms.System.AsyncCallback callback, java.lang.Object state)
public void endInvoke(com.aspose.ms.System.IAsyncResult result)