|
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.InterpolationEvent
The event object for distributing interpolation event notification.
| Field Summary | |
static int |
COMPLETE
Event id indicating that the interpolation has been completed. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
InterpolationEvent(java.lang.Object source,
int id)
Construct a InterpolationEvent 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 COMPLETE
| Constructor Detail |
public InterpolationEvent(java.lang.Object source,
int id)
InterpolationEvent 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 | ||||||||||