Class ThincSMsgPing

java.lang.Object
  extended by ThincMsg
      extended by ThincSMsg
          extended by ThincSMsgPing

Deprecated. Seems like does not used anymore.

public final class ThincSMsgPing
extends ThincSMsg


Field Summary
static int MESSAGE_TYPE
          Deprecated.  
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
ThincSMsgPing(ThincMsgHandler h, ThincClientCanvas c)
          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

MESSAGE_TYPE

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

ThincSMsgPing

public ThincSMsgPing(ThincMsgHandler h,
                     ThincClientCanvas c)
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