Class ThincSMsgCursor

java.lang.Object
  extended by ThincMsg
      extended by ThincSMsg
          extended by ThincSMsgCursor
Direct Known Subclasses:
ThincSMsgCursorChange, ThincSMsgCursorColor, ThincSMsgCursorMove, ThincSMsgCursorShowHide

public abstract class ThincSMsgCursor
extends ThincSMsg

abstraction class for cursor messages.

Author:
Young Jin Yoon
See Also:
ThincSMsg

Field Summary
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
protected ThincSMsgCursor(ThincMsgHandler h, ThincClientCanvas c)
           
 
Method Summary
 
Methods inherited from class ThincMsg
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThincSMsgCursor

protected ThincSMsgCursor(ThincMsgHandler h,
                          ThincClientCanvas c)