|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.messaging.remotenode.RemoteNodeEvent
Event for RemoteNodes.
Field Summary | |
static Object |
NODE_ADDED
Event type indicating that a RemoteNode has been added. |
static Object |
NODE_REMOVED
Event type indicating that a RemoteNode has been removed. |
Constructor Summary | |
RemoteNodeEvent(RemoteNode aNode,
Object aType)
Creates an event for the specified RemoteNode. |
Method Summary | |
RemoteNode |
getRemoteNode()
Gets the focused RemoteNode. |
boolean |
isAddEvent()
|
boolean |
isRemoveEvent()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Object NODE_ADDED
public static final Object NODE_REMOVED
Constructor Detail |
public RemoteNodeEvent(RemoteNode aNode, Object aType)
aNode
- Event focus.aType
- Type.Method Detail |
public RemoteNode getRemoteNode()
public boolean isAddEvent()
public boolean isRemoveEvent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |