EventType
Contents
[
Hide
]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
Field | Description |
---|---|
RelativeProgress | Relative progress of current stage of the operation processing |
StageChange | The next stage of the operation started |
Initialization | The initialization of the operation |
PreProcessing | The pre processing |
Processing | The processing |
Finalization | The finalization of the operation |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: EventType