com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class SaveResourceHandler

  • java.lang.Object
    • com.aspose.ms.System.Delegate
      • com.aspose.ms.System.MulticastDelegate
        • com.aspose.email.SaveResourceHandler


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

    Represents the handler for HtmlSaveOptions.SaveResourceHandler

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      com.aspose.ms.System.IAsyncResult beginInvoke(AttachmentBase attachment, String[] pathToResource, com.aspose.ms.System.AsyncCallback callback, Object state) 
      void endInvoke(String[] pathToResource, com.aspose.ms.System.IAsyncResult result) 
      abstract void invoke(AttachmentBase attachment, String[] pathToResource) 
      • Methods inherited from class com.aspose.ms.System.MulticastDelegate

        combineImpl, getDelegateId, getInvocationList, op_Equality, op_Inequality, removeImpl
      • Methods inherited from class com.aspose.ms.System.Delegate

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

      • SaveResourceHandler

        public SaveResourceHandler()
    • Method Detail

      • beginInvoke

        public final com.aspose.ms.System.IAsyncResult beginInvoke(AttachmentBase attachment,
                                                    String[] pathToResource,
                                                    com.aspose.ms.System.AsyncCallback callback,
                                                    Object state)
      • endInvoke

        public final void endInvoke(String[] pathToResource,
                     com.aspose.ms.System.IAsyncResult result)