|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.util.AbstractDisposable | +--gumbo.util.route.EventNode | +--gumbo.util.route.EventDataNode | +--gumbo.util.route.NotifyNode
An event data node that transfers no data (event is for notification only). As such, this node can receive an event from any other data node.
Nested Class Summary | |
static class |
NotifyNode.EventIn
|
static class |
NotifyNode.EventInOut
|
static class |
NotifyNode.EventOut
|
Constructor Summary | |
NotifyNode()
|
Method Summary | |
protected void |
checkSender(EventDataNode sender)
Called by the system (subclasses) to check a sender before connecting it to this node. |
protected java.lang.String |
getDataValue()
Get this node's data value as a string. |
boolean |
set()
Equivalent to receiving an event. |
Methods inherited from class gumbo.util.route.EventDataNode |
checkRouter, enableDebug, getReceivers, getRelayType, getSenders, implDispose, implSend, implSysProcess, isReceiver, isSender, process, setDebug, setDebug, setRelayType, sync |
Methods inherited from class gumbo.util.route.EventNode |
isLocked |
Methods inherited from class gumbo.util.AbstractDisposable |
dispose, isDisposed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NotifyNode()
Method Detail |
public final boolean set()
protected java.lang.String getDataValue()
EventDataNode
getDataValue
in class EventDataNode
protected void checkSender(EventDataNode sender)
EventDataNode
checkSender
in class EventDataNode
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |