spoke.connection
Class ConnectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by spoke.connection.ConnectionEvent
All Implemented Interfaces:
java.io.Serializable

public class ConnectionEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConnectionEvent(java.lang.Object source, java.lang.String cmd, int nin, int nout)
           
 
Method Summary
 java.lang.String getCmd()
           
 int getInput()
           
 int getOutput()
           
 void setInput(int nin)
           
 void setOutput(int nout)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionEvent

public ConnectionEvent(java.lang.Object source,
                       java.lang.String cmd,
                       int nin,
                       int nout)
Method Detail

getCmd

public java.lang.String getCmd()

getInput

public int getInput()

setInput

public void setInput(int nin)

getOutput

public int getOutput()

setOutput

public void setOutput(int nout)