Class ThincSMsgResizeAck

java.lang.Object
  extended by ThincMsg
      extended by ThincSMsg
          extended by ThincSMsgResize
              extended by ThincSMsgResizeAck

Deprecated. does not use anymore for resizing

public class ThincSMsgResizeAck
extends ThincSMsgResize

Author:
Young Jin Yoon

Field Summary
static int MESSAGE_SIZE
          Deprecated.  
static int MESSAGE_TYPE
          Deprecated.  
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
ThincSMsgResizeAck(ThincHandler 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

MESSAGE_SIZE

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

ThincSMsgResizeAck

public ThincSMsgResizeAck(ThincHandler h,
                          ThincClientCanvas c)
Deprecated. 
Method Detail

process

public void process()
             throws ThincException
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
Throws:
ThincException