Class ThincSMsgAppShareDesc

java.lang.Object
  extended by ThincMsg
      extended by ThincSMsg
          extended by ThincSMsgAppShare
              extended by ThincSMsgAppShareDesc

Deprecated. Need to specified protocol type

public class ThincSMsgAppShareDesc
extends ThincSMsgAppShare

Application sharing protocol description. not implemented.

Author:
Young Jin Yoon

Field Summary
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
ThincSMsgAppShareDesc(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
 

Constructor Detail

ThincSMsgAppShareDesc

public ThincSMsgAppShareDesc(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