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