gumbo.interact
Class InteractorField.EventOut

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

public static class InteractorField.EventOut
extends InteractorField
implements EventOut


Nested Class Summary
 
Nested classes inherited from class gumbo.interact.InteractorField
InteractorField.EventIn, InteractorField.EventInOut, InteractorField.EventOut
 
Nested classes inherited from class gumbo.util.route.AbstractObjectField
AbstractObjectField.EventIn, AbstractObjectField.EventOut
 
Constructor Summary
InteractorField.EventOut()
           
InteractorField.EventOut(Interactor init)
           
 
Methods inherited from class gumbo.interact.InteractorField
get
 
Methods inherited from class gumbo.util.route.AbstractObjectField
checkSender, checkValue, getDataType, getDataValue, getObject, 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

InteractorField.EventOut

public InteractorField.EventOut()

InteractorField.EventOut

public InteractorField.EventOut(Interactor init)