com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class BeforeItemCallback

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


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

    BeforeItemCallback is called before the next item is processed, the type of which depends on the task being performed.

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      com.aspose.ms.System.IAsyncResult beginInvoke(ItemCallbackArgs item, com.aspose.ms.System.AsyncCallback callback, Object state) 
      void endInvoke(com.aspose.ms.System.IAsyncResult result) 
      abstract void invoke(ItemCallbackArgs item) 
      • 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

      • BeforeItemCallback

        public BeforeItemCallback()
    • Method Detail

      • beginInvoke

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

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