gumbo.util.route
Class BooleanField.EventOut

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

public static class BooleanField.EventOut
extends BooleanField
implements EventOut


Nested Class Summary
 
Nested classes inherited from class gumbo.util.route.BooleanField
BooleanField.EventIn, BooleanField.EventInOut, BooleanField.EventOut
 
Constructor Summary
BooleanField.EventOut()
           
BooleanField.EventOut(boolean init)
           
 
Methods inherited from class gumbo.util.route.BooleanField
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

BooleanField.EventOut

public BooleanField.EventOut()

BooleanField.EventOut

public BooleanField.EventOut(boolean init)