spoke.connection
Class ConnectionEvent
java.lang.Object
java.util.EventObject
spoke.connection.ConnectionEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ConnectionEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
ConnectionEvent(java.lang.Object source,
java.lang.String cmd,
int nin,
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 |
ConnectionEvent
public ConnectionEvent(java.lang.Object source,
java.lang.String cmd,
int nin,
int nout)
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)