Class ThincSMsgInitReplyCursor
java.lang.Object
ThincMsg
ThincSMsg
ThincSMsgInit
ThincSMsgInitReply
ThincSMsgInitReplyCursor
public final class ThincSMsgInitReplyCursor
- extends ThincSMsgInitReply
class for initializing cursor's image, hot x and hot y.
- Author:
- Young Jin Yoon
- See Also:
ThincSMsgInitReply
Method Summary |
void |
process()
process()
gets the information for cursor and set it using createCursor() and setThincCursor()
method from ThincClientCanvas class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INIT_MESSAGE_TYPE
public static final int INIT_MESSAGE_TYPE
- See Also:
- Constant Field Values
MESSAGE_SIZE
public static final int MESSAGE_SIZE
- See Also:
- Constant Field Values
CURSOR_ARGB
public static final int CURSOR_ARGB
- See Also:
- Constant Field Values
ThincSMsgInitReplyCursor
public ThincSMsgInitReplyCursor(ThincClient tc,
ThincMsgHandler h,
ThincClientCanvas cs)
- creates ThincSMsgInitReplyCursor object.
- Parameters:
tc
- ThincClient
to get the information for handshaking.h
- ThincMsgHandler
to handle the messagecs
- ThincClientCanvas
to get the information
process
public void process()
throws ThincException
- process()
gets the information for cursor and set it using createCursor() and setThincCursor()
method from
ThincClientCanvas
class.
- Specified by:
process
in class ThincMsg
- Throws:
ThincException