|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.clackrouter.component.base.ClackComponentEvent net.clackrouter.component.tcp.TCP.UpdateEvent
public static class TCP.UpdateEvent
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 |
---|
public static int TCP_SOCKET_CREATED
public static int TCP_TCB_CREATED
public java.lang.Object mObj
Constructor Detail |
---|
public TCP.UpdateEvent(int type, java.lang.Object o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |