com.aspose.html.dom.mutations

Class MutationCallback

  • java.lang.Object
    • com.aspose.html.internal.ms.System.Delegate
      • com.aspose.html.internal.ms.System.MulticastDelegate
        • com.aspose.html.dom.mutations.MutationCallback


  • public abstract class MutationCallback
    extends com.aspose.html.internal.ms.System.MulticastDelegate

    Represents the method that will handle a mutation events.

    • Constructor Summary

      Constructors 
      Constructor and Description
      MutationCallback() 
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      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) 
      • Methods inherited from class com.aspose.html.internal.ms.System.MulticastDelegate

        getInvocationList, op_Equality, op_Inequality
      • Methods inherited from class com.aspose.html.internal.ms.System.Delegate

        combine, combine, op_Equality, op_Inequality, peekOutRefParam, peekResult, remove, removeAll, setException, throwException
    • Constructor Detail

      • MutationCallback

        public MutationCallback()
    • Method Detail

      • invoke

        public abstract void invoke(com.aspose.html.internal.ms.System.Collections.Generic.IGenericList<MutationRecord> mutations,
                                    MutationObserver observer)
      • beginInvoke

        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)
      • endInvoke

        public void endInvoke(com.aspose.html.internal.ms.System.IAsyncResult result)