Class ThincSMsgInitOK

java.lang.Object
  extended by ThincMsg
      extended by ThincSMsg
          extended by ThincSMsgInit
              extended by ThincSMsgInitOK

public final class ThincSMsgInitOK
extends ThincSMsgInit

class for init ACK replies from server.

Author:
Young Jin Yoon
See Also:
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

MESSAGE_TYPE

public static final int MESSAGE_TYPE
See Also:
Constant Field Values
Constructor Detail

ThincSMsgInitOK

public ThincSMsgInitOK(ThincClient tc,
                       ThincMsgHandler h,
                       ThincClientCanvas cs)
creates ThincSMsgInitNotOK object.

Parameters:
tc - ThincClient to get the information for handshaking.
h - ThincMsgHandler to handle the message
cs - ThincClientCanvas to get the information
Method Detail

process

public void process()
             throws ThincException
process() gets the last sent message from ThincMsgHandler and conducts the proper action for each sent message.

Specified by:
process in class ThincMsg
Throws:
ThincException