|
Voyager ORB | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.objectspace.voyager.space.SubspaceEvent
A SubspaceEvent occurs when an object is added/removed from a subspace or a neighboring subspace is added/removed.
Field Summary | |
static int |
ADDING
An object was added to the subspace. |
static int |
CONNECTING
A neighbor was connected to the subspace. |
static int |
DISCONNECTING
A neighbor was disconnected from the subspace. |
static int |
REMOVING
An object was removed from the subspace. |
Fields inherited from class java.util.EventObject |
source |
Method Summary | |
int |
getEventCode()
Return the event code of this event. |
java.lang.Object |
getObject()
Return the object that was added/removed. |
ISubspace |
getSubspace()
Return the subspace that was connected/disconnected. |
java.lang.String |
toString()
Return a string that describes me. |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int ADDING
public static final int REMOVING
public static final int CONNECTING
public static final int DISCONNECTING
Method Detail |
public java.lang.String toString()
public java.lang.Object getObject()
public ISubspace getSubspace()
public int getEventCode()
|
ObjectSpace Inc. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |