spoke.signal
Class ComplexConnector

java.lang.Object
  extended by spoke.connection.ConnectionSupport
      extended by spoke.connection.Connector
          extended by spoke.signal.ComplexConnector
All Implemented Interfaces:
java.io.Serializable

public class ComplexConnector
extends Connector

See Also:
Serialized Form

Field Summary
 
Fields inherited from class spoke.connection.Connector
connectable, hin, hout, in, out
 
Constructor Summary
ComplexConnector(Connectable connectable, int nin, int nout)
           
 
Method Summary
 void put(Connectable source, int nin, int nout)
           
 
Methods inherited from class spoke.connection.Connector
connect, connection, disconnect, getInputStream, getOutputStream, remove, setInput, setOutput, start, stop
 
Methods inherited from class spoke.connection.ConnectionSupport
addConnectionListener, fireConnection, removeConnectionListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexConnector

public ComplexConnector(Connectable connectable,
                        int nin,
                        int nout)
Method Detail

put

public void put(Connectable source,
                int nin,
                int nout)
Overrides:
put in class Connector