gumbo.util.route
Class IntField.EventIn

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

public static class IntField.EventIn
extends IntField
implements EventIn


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

IntField.EventIn

public IntField.EventIn()

IntField.EventIn

public IntField.EventIn(int init)