Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Class ProgressEventHandler

  • java.lang.Object
    • com.aspose.ms.System.Delegate
      • com.aspose.ms.System.MulticastDelegate
        • com.aspose.imaging.ProgressEventHandler


  • public abstract class ProgressEventHandler
    extends com.aspose.ms.System.MulticastDelegate

    Progress event handler function reference

    • Constructor Detail

      • ProgressEventHandler

        public ProgressEventHandler()
    • Method Detail

      • invoke

        public abstract void invoke(ProgressEventHandlerInfo info)

        Progress event handler function reference

        Parameters:
        info - The progress event handler data.
      • beginInvoke

        public final com.aspose.ms.System.IAsyncResult beginInvoke(ProgressEventHandlerInfo info,
                                                                   com.aspose.ms.System.AsyncCallback callback,
                                                                   Object state)
      • endInvoke

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