gumbo.graphic.math
Class Vector3Field.EventIn

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

public static class Vector3Field.EventIn
extends Vector3Field
implements EventIn


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

Vector3Field.EventIn

public Vector3Field.EventIn()

Vector3Field.EventIn

public Vector3Field.EventIn(Vector3 init)