Packages

 

com.aspose.imaging.progressmanagement

Class EventType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.progressmanagement.EventType


  • public final class EventType
    extends com.aspose.ms.System.Enum

    This enum describes possible progress event types that can occurred during image processing operations

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Finalization
      The finalization of the operation
      static int Initialization
      The initialization of the operation
      static int PreProcessing
      The pre processing
      static int Processing
      The processing
      static int RelativeProgress
      Relative progress of current stage of the operation processing
      static int StageChange
      The next stage of the operation started
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • RelativeProgress

        public static final int RelativeProgress

        Relative progress of current stage of the operation processing

        See Also:
        Constant Field Values
      • StageChange

        public static final int StageChange

        The next stage of the operation started

        See Also:
        Constant Field Values
      • Initialization

        public static final int Initialization

        The initialization of the operation

        See Also:
        Constant Field Values
      • PreProcessing

        public static final int PreProcessing

        The pre processing

        See Also:
        Constant Field Values
      • Finalization

        public static final int Finalization

        The finalization of the operation

        See Also:
        Constant Field Values