gumbo.graphic.space
Class SpaceNodeField

java.lang.Object
  |
  +--gumbo.util.AbstractDisposable
        |
        +--gumbo.util.route.EventNode
              |
              +--gumbo.util.route.EventDataNode
                    |
                    +--gumbo.util.route.AbstractObjectField
                          |
                          +--gumbo.graphic.space.SpaceNodeField
All Implemented Interfaces:
Disposable, EventNodeMarker
Direct Known Subclasses:
SpaceNodeField.EventIn, SpaceNodeField.EventInOut, SpaceNodeField.EventOut

public class SpaceNodeField
extends AbstractObjectField

Version:
$Revision: 1.1 $
Author:
Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.

Nested Class Summary
static class SpaceNodeField.EventIn
           
static class SpaceNodeField.EventInOut
           
static class SpaceNodeField.EventOut
           
 
Nested classes inherited from class gumbo.util.route.AbstractObjectField
AbstractObjectField.EventIn, AbstractObjectField.EventOut
 
Constructor Summary
SpaceNodeField()
           
SpaceNodeField(SpaceNode init)
           
 
Method Summary
 SpaceNode get()
          Gets this field's data value.
 
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

SpaceNodeField

public SpaceNodeField()

SpaceNodeField

public SpaceNodeField(SpaceNode init)
Method Detail

get

public final SpaceNode get()
Gets this field's data value.