Class ThincSMsgCursorShowHide
java.lang.Object
ThincMsg
ThincSMsg
ThincSMsgCursor
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
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 |
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
ThincSMsgCursorShowHide
public ThincSMsgCursorShowHide(ThincMsgHandler h,
ThincClientCanvas c)
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