Class ThincSMsgCursorShowHide

java.lang.Object
  extended by ThincMsg
      extended by ThincSMsg
          extended by ThincSMsgCursor
              extended by ThincSMsgCursorShowHide

public final class ThincSMsgCursorShowHide
extends ThincSMsgCursor

handles show/hide the cursor. it comes with a flag which represents show / hide the cursor.

Author:
Young Jin Yoon
See Also:
ThincSMsgCursor

Field Summary
static int HIDE
           
static int MESSAGE_SIZE
           
static int MESSAGE_TYPE
           
static int SHOW
           
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
ThincSMsgCursorShowHide(ThincMsgHandler h, ThincClientCanvas c)
           
 
Method Summary
 void process()
          process() get the flag for showing cursor and change it into show/hide using showThincCursor() method in ThincClientCanvas class.
 
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
See Also:
Constant Field Values

MESSAGE_SIZE

public static final int MESSAGE_SIZE
See Also:
Constant Field Values

SHOW

public static final int SHOW
See Also:
Constant Field Values

HIDE

public static final int HIDE
See Also:
Constant Field Values
Constructor Detail

ThincSMsgCursorShowHide

public ThincSMsgCursorShowHide(ThincMsgHandler h,
                               ThincClientCanvas c)
Method Detail

process

public void process()
             throws ThincException
process() get the flag for showing cursor and change it into show/hide using showThincCursor() method in ThincClientCanvas class.

Specified by:
process in class ThincMsg
Throws:
ThincException