com.esri.map
Class ProgressEvent
java.lang.Object
java.util.EventObject
java.awt.AWTEvent
com.esri.map.ProgressEvent
- All Implemented Interfaces:
- Serializable
public class ProgressEvent
- extends AWTEvent
ProgressEvents are fired by the Map to indicate the draw progress of the
Map's layer collection.
- See Also:
- Serialized Form
Fields inherited from class java.awt.AWTEvent |
ACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, HIERARCHY_BOUNDS_EVENT_MASK, HIERARCHY_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, INVOCATION_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, MOUSE_WHEEL_EVENT_MASK, PAINT_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK, WINDOW_FOCUS_EVENT_MASK, WINDOW_STATE_EVENT_MASK |
Constructor Summary |
ProgressEvent(Object source,
int id,
int progress)
Instantiates a new progress event. |
PROGRESSEVENT_FIRST
public static final int PROGRESSEVENT_FIRST
- See Also:
- Constant Field Values
PROGRESSEVENT_PROGRESS
public static final int PROGRESSEVENT_PROGRESS
- See Also:
- Constant Field Values
PROGRESSEVENT_LAST
public static final int PROGRESSEVENT_LAST
- See Also:
- Constant Field Values
ProgressEvent
public ProgressEvent(Object source,
int id,
int progress)
- Instantiates a new progress event.
- Parameters:
source
- the event sourceid
- the IDprogress
- the progress value
getProgress
public int getProgress()
- Gets the progress.
- Returns:
- the progress
Copyright © 2012. All Rights Reserved.