Package net.clackrouter.component.base

Provides the base objects for supporting components within a Clack Router.

See:
          Description

Interface Summary
ClackComponentListener  
ComponentDataHandler A simple interface that let's components export/import data to and from property views without writing any GUI code.
ComponentVizLauncher  
 

Class Summary
ClackComponent ClackComponent is the abstract base class for all component blocks that comprise router functionality.
ClackComponentEvent Class representing clack component events, used to pass information to listening entities
ClackPort The ClackPort handles the actual transfer of packets between different components that have been connected.
ComponentFinder Implements the flow-based component discovery in a Clack router graph (not currently used).
Interface Abstract parent class of both InterfaceIn and InterfaceOut, which provides the basic functionality of a Clack Interface component.
PullToPush A simple component used to convert from a pull connection to a push connection.
Queue Base class for any Clack queue.
 

Package net.clackrouter.component.base Description

Provides the base objects for supporting components within a Clack Router.