ProgressEventHandlerInfo
Inheritance: java.lang.Object
public class ProgressEventHandlerInfo
This class represents information about image load/save/export operations progress, that can be used in external application to show conversion progress to end user
Methods
| Method | Description | 
|---|---|
| addProgressEventHalder_internalized(ProgressEventHandler progressEventHandler) | Adds the progress event handler. | 
| create_internalized(int total) | |
| equals(Object arg0) | |
| getClass() | |
| getDescription() | Gets the description of the event | 
| getEventType() | Gets the type of the event. | 
| getLatestProgressEventHandler_internalized() | Gets the latest progress event handler. | 
| getMaxValue() | Gets the upper progress value limit. | 
| getValue() | Gets current progress value. | 
| hashCode() | |
| indicateProgress_internalized(EventType eventType) | Indicates the progress. | 
| indicateProgress_internalized(EventType eventType, int value) | Indicates the progress. | 
| notify() | |
| notifyAll() | |
| setMaxValue(int value) | The upper progress value limit. | 
| setValue_internalized(int value) | Current progress value. | 
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) | 
addProgressEventHalder_internalized(ProgressEventHandler progressEventHandler)
public final void addProgressEventHalder_internalized(ProgressEventHandler progressEventHandler)
Adds the progress event handler.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| progressEventHandler | ProgressEventHandler | The progress event handler. | 
create_internalized(int total)
public static ProgressEventHandlerInfo create_internalized(int total)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| total | int | 
Returns: ProgressEventHandlerInfo
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| arg0 | java.lang.Object | 
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDescription()
public final String getDescription()
Gets the description of the event
Value: The description.
Returns: java.lang.String - the description of the event
getEventType()
public final EventType getEventType()
Gets the type of the event.
Value: The type of the event.
Returns: EventType - the type of the event.
getLatestProgressEventHandler_internalized()
public ProgressEventHandler getLatestProgressEventHandler_internalized()
Gets the latest progress event handler.
Value: The latest progress event handler.
Returns: ProgressEventHandler - the latest progress event handler.
getMaxValue()
public final int getMaxValue()
Gets the upper progress value limit.
Value: The upper progress value limit.
Returns: int - the upper progress value limit.
getValue()
public final int getValue()
Gets current progress value.
Value: The progress value.
Returns: int - current progress value.
hashCode()
public native int hashCode()
Returns: int
indicateProgress_internalized(EventType eventType)
public boolean indicateProgress_internalized(EventType eventType)
Indicates the progress.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| eventType | EventType | Type of the event. | 
Returns: boolean - true if successful, false otherwise
indicateProgress_internalized(EventType eventType, int value)
public boolean indicateProgress_internalized(EventType eventType, int value)
Indicates the progress.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| eventType | EventType | Type of the event. | 
| value | int | The value. | 
Returns: boolean - true if successful, false otherwise
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setMaxValue(int value)
public final void setMaxValue(int value)
The upper progress value limit.
Value: The upper progress value limit.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | int | the upper progress value limit. | 
setValue_internalized(int value)
public final void setValue_internalized(int value)
Current progress value.
Value: The progress value.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | int | current progress value. | 
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| arg0 | long | 
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| arg0 | long | |
| arg1 | int |