gumbo.graphic.probe
Class PickResultField.EventInOut

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

public static class PickResultField.EventInOut
extends PickResultField
implements EventInOut


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

PickResultField.EventInOut

public PickResultField.EventInOut()

PickResultField.EventInOut

public PickResultField.EventInOut(PickResult init)