|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectThincMsg
ThincSMsg
ThincSMsgInit
ThincSMsgInitOK
public final class ThincSMsgInitOK
class for init ACK replies from server.
ThincSMsgInit
Field Summary | |
---|---|
static int |
MESSAGE_TYPE
|
Fields inherited from class ThincSMsgInit |
---|
client |
Fields inherited from class ThincMsg |
---|
canvas, handler |
Constructor Summary | |
---|---|
ThincSMsgInitOK(ThincClient tc,
ThincMsgHandler h,
ThincClientCanvas cs)
creates ThincSMsgInitNotOK object. |
Method Summary | |
---|---|
void |
process()
process() gets the last sent message from ThincMsgHandler and
conducts the proper action for each sent message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MESSAGE_TYPE
Constructor Detail |
---|
public ThincSMsgInitOK(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
tc
- ThincClient
to get the information for handshaking.h
- ThincMsgHandler
to handle the messagecs
- ThincClientCanvas
to get the informationMethod Detail |
---|
public void process() throws ThincException
ThincMsgHandler
and
conducts the proper action for each sent message.
process
in class ThincMsg
ThincException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |