|
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.event.IdentificationEvent
The event object for distributing Identification event notification.
| Field Summary | |
static int |
MARKER_DESELECTED
The event type indicating that a navigation marker has generated an isActive false indicator |
static int |
MARKER_ENTERED
The event type indicating that a navigation marker has generated an isOver true indicator |
static int |
MARKER_EXITED
The event type indicating that a navigation marker has generated an isOver false indicator |
static int |
MARKER_SELECTED
The event type indicating that a navigation marker has generated an isActive true indicator |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
IdentificationEvent(java.lang.Object source,
int type,
Identification ident)
Construct a IdentificationEvent object with the specified source object and type. |
|
| Method Summary | |
Identification |
getIdentification()
Return the event Identification object. |
int |
getType()
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 MARKER_ENTERED
true indicator
public static final int MARKER_EXITED
false indicator
public static final int MARKER_SELECTED
true indicator
public static final int MARKER_DESELECTED
false indicator
| Constructor Detail |
public IdentificationEvent(java.lang.Object source,
int type,
Identification ident)
IdentificationEvent object with the specified source object and type.
source - the object where the event originatedtype - the event typeident - the event Identification object| Method Detail |
public int getType()
public Identification getIdentification()
Identification object.
Identification object.
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||