|
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.ProfileEvent
The event object for distributing Profile change notification.
| Field Summary | |
static int |
ATLAS_CLOSE
The event id indicating that an Atlas has been closed. |
static int |
ATLAS_OPEN
The event id indicating that an Atlas has been opened. |
static int |
LOCALE
The event id indicating that the Locale has changed. |
static int |
RENAME
The event id indicating this Profile has been renamed. |
static int |
TIMEZONE
The event id indicating that the Timezone has changed. |
static int |
VIEWPOINT_ACTIVE
The event id indicating that the active viewpoint has changed. |
static int |
VIEWPOINT_HOME
The event id indicating that the home viewpoint has changed. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ProfileEvent(java.lang.Object source,
int id,
java.lang.Object argument)
Constructor |
|
| Method Summary | |
java.lang.Object |
getArgument()
Return the component of the Profile that has changed |
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 RENAME
public static final int ATLAS_OPEN
public static final int ATLAS_CLOSE
public static final int VIEWPOINT_HOME
public static final int VIEWPOINT_ACTIVE
public static final int LOCALE
public static final int TIMEZONE
| Constructor Detail |
public ProfileEvent(java.lang.Object source,
int id,
java.lang.Object argument)
source - The Profile that originated the eventid - The event typeargument - The component of the Profile that has changed| Method Detail |
public int getID()
public java.lang.Object getArgument()
Profile that has changed
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||