Uses of Interface
gumbo.util.route.EventNodeMarker

Packages that use EventNodeMarker
gumbo.graphic.math   
gumbo.graphic.probe   
gumbo.graphic.space   
gumbo.interact Provides special purpose building blocks for user interaction, including user feedback. 
gumbo.util.relation   
gumbo.util.route Provides interfaces, services, and utilities that support the "routing" of events, with or without data, between objects. 
gumbo.util.state   
gumbo.visualize.data Provides special purpose building blocks for 2D/3D visualization of generic data structures, such as graphs. 
 

Uses of EventNodeMarker in gumbo.graphic.math
 

Classes in gumbo.graphic.math that implement EventNodeMarker
 class Point3Field
           
static class Point3Field.EventIn
           
static class Point3Field.EventInOut
           
static class Point3Field.EventOut
           
 class Vector3Field
           
static class Vector3Field.EventIn
           
static class Vector3Field.EventInOut
           
static class Vector3Field.EventOut
           
 

Uses of EventNodeMarker in gumbo.graphic.probe
 

Classes in gumbo.graphic.probe that implement EventNodeMarker
 class PickResultField
           
static class PickResultField.EventIn
           
static class PickResultField.EventInOut
           
static class PickResultField.EventOut
           
 

Uses of EventNodeMarker in gumbo.graphic.space
 

Classes in gumbo.graphic.space that implement EventNodeMarker
 class SpaceNodeField
           
static class SpaceNodeField.EventIn
           
static class SpaceNodeField.EventInOut
           
static class SpaceNodeField.EventOut
           
 

Uses of EventNodeMarker in gumbo.interact
 

Classes in gumbo.interact that implement EventNodeMarker
 class InteractorField
           
static class InteractorField.EventIn
           
static class InteractorField.EventInOut
           
static class InteractorField.EventOut
           
 

Uses of EventNodeMarker in gumbo.util.relation
 

Classes in gumbo.util.relation that implement EventNodeMarker
 class ConnectionField
           
static class ConnectionField.EventIn
           
static class ConnectionField.EventInOut
           
static class ConnectionField.EventOut
           
 class RelationField
           
static class RelationField.EventIn
           
static class RelationField.EventInOut
           
static class RelationField.EventOut
           
 

Uses of EventNodeMarker in gumbo.util.route
 

Subinterfaces of EventNodeMarker in gumbo.util.route
 interface EventIn
          Marker interface for an event data node that can receive and process events (a data event sink).
 interface EventInOut
          Marker interface for an event data node that can both initiate and process events (a data event source and sink).
 interface EventOut
          Marker interface for an event data node that can initiate and send events (a data event source).
 

Classes in gumbo.util.route that implement EventNodeMarker
 class AbstractObjectField
          An abstract base class for an event data node that maintains and transfers data as an Object, and whose data type is specified explicitly.
static class AbstractObjectField.EventIn
           
static class AbstractObjectField.EventOut
           
 class BooleanField
           
static class BooleanField.EventIn
           
static class BooleanField.EventInOut
           
static class BooleanField.EventOut
           
 class CharField
           
static class CharField.EventIn
           
static class CharField.EventInOut
           
static class CharField.EventOut
           
 class ClassField
           
static class ClassField.EventIn
           
static class ClassField.EventInOut
           
static class ClassField.EventOut
           
 class CollectionField
          An object field whose default data type is Object.
static class CollectionField.EventIn
           
static class CollectionField.EventInOut
           
static class CollectionField.EventOut
           
 class DoubleField
           
static class DoubleField.EventIn
           
static class DoubleField.EventInOut
           
static class DoubleField.EventOut
           
 class EventDataNode
          An event node that sends and/or receives a single data value.
 class EventGroupNode
          An event node that consists of none or more unique and ordered event node "members".
 class EventNode
          Intended as a public delegate for sending events between delegator (host) objects.
 class IntField
           
static class IntField.EventIn
           
static class IntField.EventInOut
           
static class IntField.EventOut
           
 class NotifyNode
          An event data node that transfers no data (event is for notification only).
static class NotifyNode.EventIn
           
static class NotifyNode.EventInOut
           
static class NotifyNode.EventOut
           
 class ObjectField
          An object field whose default data type is Object.
static class ObjectField.EventIn
           
static class ObjectField.EventInOut
           
static class ObjectField.EventOut
           
 

Uses of EventNodeMarker in gumbo.util.state
 

Classes in gumbo.util.state that implement EventNodeMarker
 class StateSetField
           
static class StateSetField.EventIn
           
static class StateSetField.EventInOut
           
static class StateSetField.EventOut
           
 

Uses of EventNodeMarker in gumbo.visualize.data
 

Classes in gumbo.visualize.data that implement EventNodeMarker
 class PartModelField
           
static class PartModelField.EventIn
           
static class PartModelField.EventInOut
           
static class PartModelField.EventOut