net.clackrouter.component.tcp
Class TCP.UpdateEvent

java.lang.Object
  extended by net.clackrouter.component.base.ClackComponentEvent
      extended by net.clackrouter.component.tcp.TCP.UpdateEvent
Enclosing class:
TCP

public static class TCP.UpdateEvent
extends ClackComponentEvent

TCP specific class to provide more information to a GUI object about changes to the TCP data.


Field Summary
 java.lang.Object mObj
           
static int TCP_SOCKET_CREATED
           
static int TCP_TCB_CREATED
           
 
Fields inherited from class net.clackrouter.component.base.ClackComponentEvent
EVENT_CONNECTION_CHANGE, EVENT_DATA_CHANGE, EVENT_PACKET_IN, EVENT_PACKET_OUT, mType, mValue
 
Constructor Summary
TCP.UpdateEvent(int type, java.lang.Object o)
           
 
Method Summary
 
Methods inherited from class net.clackrouter.component.base.ClackComponentEvent
getUniqueInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TCP_SOCKET_CREATED

public static int TCP_SOCKET_CREATED

TCP_TCB_CREATED

public static int TCP_TCB_CREATED

mObj

public java.lang.Object mObj
Constructor Detail

TCP.UpdateEvent

public TCP.UpdateEvent(int type,
                       java.lang.Object o)