gumbo.util.route
Class CharField.EventInOut

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

public static class CharField.EventInOut
extends CharField
implements EventInOut


Nested Class Summary
 
Nested classes inherited from class gumbo.util.route.CharField
CharField.EventIn, CharField.EventInOut, CharField.EventOut
 
Constructor Summary
CharField.EventInOut()
           
CharField.EventInOut(char init)
           
 
Methods inherited from class gumbo.util.route.CharField
checkSender, checkValue, get, getDataValue, implSend, implSet, 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

CharField.EventInOut

public CharField.EventInOut()

CharField.EventInOut

public CharField.EventInOut(char init)