gumbo.util.route
Class NotifyNode.EventInOut

java.lang.Object
  |
  +--gumbo.util.AbstractDisposable
        |
        +--gumbo.util.route.EventNode
              |
              +--gumbo.util.route.EventDataNode
                    |
                    +--gumbo.util.route.NotifyNode
                          |
                          +--gumbo.util.route.NotifyNode.EventInOut
All Implemented Interfaces:
Disposable, EventIn, EventInOut, EventNodeMarker, EventOut
Enclosing class:
NotifyNode

public static class NotifyNode.EventInOut
extends NotifyNode
implements EventInOut


Nested Class Summary
 
Nested classes inherited from class gumbo.util.route.NotifyNode
NotifyNode.EventIn, NotifyNode.EventInOut, NotifyNode.EventOut
 
Constructor Summary
NotifyNode.EventInOut()
           
 
Methods inherited from class gumbo.util.route.NotifyNode
checkSender, getDataValue, set
 
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

NotifyNode.EventInOut

public NotifyNode.EventInOut()