Class ThincSMsgInitReplyAppGet

java.lang.Object
  extended by ThincMsg
      extended by ThincSMsg
          extended by ThincSMsgInit
              extended by ThincSMsgInitReply
                  extended by ThincSMsgInitReplyAppGet

Deprecated. JAVA cannot supports this.

public final class ThincSMsgInitReplyAppGet
extends ThincSMsgInitReply


Field Summary
static int INIT_MESSAGE_TYPE
          Deprecated.  
 
Fields inherited from class ThincSMsgInitReply
MESSAGE_TYPE
 
Fields inherited from class ThincSMsgInit
client
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
ThincSMsgInitReplyAppGet(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          Deprecated.  
 
Method Summary
 void process()
          Deprecated. process() is general processing method for each thinc messages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INIT_MESSAGE_TYPE

public static final int INIT_MESSAGE_TYPE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ThincSMsgInitReplyAppGet

public ThincSMsgInitReplyAppGet(ThincClient tc,
                                ThincMsgHandler h,
                                ThincClientCanvas cs)
Deprecated. 
Method Detail

process

public void process()
Deprecated. 
Description copied from class: ThincMsg
process() is general processing method for each thinc messages. Most of client messages, it simply invokes send() methods in ThincMsgHandler object to send the client messages. In server messages, it interacts with ThincClientCanvas in this method.

Specified by:
process in class ThincMsg