The Meta-Environment API

Uses of Interface
toolbus.communication.IDataHandler

Packages that use IDataHandler
toolbus.adapter   
toolbus.adapter.java   
toolbus.communication   
toolbus.tool   
 

Uses of IDataHandler in toolbus.adapter
 

Classes in toolbus.adapter that implement IDataHandler
 class ToolBridge
          This class supplies an interface for the tool towards the ToolBus and handles the invokation of methods on the tool.
 

Uses of IDataHandler in toolbus.adapter.java
 

Classes in toolbus.adapter.java that implement IDataHandler
 class JavaToolBridge
          This class is a specialized ToolBridge version for Java tools.
 

Uses of IDataHandler in toolbus.communication
 

Fields in toolbus.communication declared as IDataHandler
private  IDataHandler SocketIOHandler.dataHandler
           
private  IDataHandler DirectIOHandler.dataHandler
           
 

Constructors in toolbus.communication with parameters of type IDataHandler
DirectIOHandler(IDataHandler dataHandler)
          Constructor.
SocketIOHandler(IDataHandler dataHandler, AbstractConnectionHandler connectionHandler, java.nio.channels.SocketChannel socketChannel)
          Constructor.
 

Uses of IDataHandler in toolbus.tool
 

Classes in toolbus.tool that implement IDataHandler
 class ToolInstance
          Provides the interface to a tool instance.
 


The Meta-Environment API