EventType

Inheritance: java.lang.Object, java.lang.Enum

public enum EventType extends Enum<EventType>

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

Fields

FieldDescription
RelativeProgressRelative progress of current stage of the operation processing
StageChangeThe next stage of the operation started
InitializationThe initialization of the operation
PreProcessingThe pre processing
ProcessingThe processing
FinalizationThe finalization of the operation

Methods

MethodDescription
values()
valueOf(String name)

RelativeProgress

public static final EventType RelativeProgress

Relative progress of current stage of the operation processing

StageChange

public static final EventType StageChange

The next stage of the operation started

Initialization

public static final EventType Initialization

The initialization of the operation

PreProcessing

public static final EventType PreProcessing

The pre processing

Processing

public static final EventType Processing

The processing

Finalization

public static final EventType Finalization

The finalization of the operation

values()

public static EventType[] values()

Returns: com.aspose.imaging.progressmanagement.EventType[]

valueOf(String name)

public static EventType valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: EventType