|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
org.jeospace.ui.event.ValueChangeEvent
The event object for distributing user interface value change event notification.
| Field Summary | |
static int |
VALUE_CHANGE
Identifier of value change events |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ValueChangeEvent(java.lang.Object source,
int id)
Construct a ValueChangeEvent object with the specified source object and type. |
|
| Method Summary | |
int |
getID()
Return the event type. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int VALUE_CHANGE
| Constructor Detail |
public ValueChangeEvent(java.lang.Object source,
int id)
ValueChangeEvent object with the specified source object and type.
source - the object where the event originatedid - the event type| Method Detail |
public int getID()
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||