Class ThincSMsgAppShareHeader

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

Deprecated. Need to specified protocol type

public class ThincSMsgAppShareHeader
extends ThincSMsgAppShare

Application sharing protocol header. not implemented.

Author:
Young Jin Yoon

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

ThincSMsgAppShareHeader

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