Class ThincSMsgAck
java.lang.Object
ThincMsg
ThincSMsg
ThincSMsgAck
public final class ThincSMsgAck
- extends ThincSMsg
takes proper action for ack message from server. currently there is nothing to do.
if it is positive ack, do nothing. however if it is negative ack, it should be properly
handled by this class.
- Author:
- Young Jin Yoon
- See Also:
ThincSMsg
Method Summary |
void |
process()
process()
if the received message is NAK, simply throws new ThincException. |
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
ThincSMsgAck
public ThincSMsgAck(ThincMsgHandler h,
ThincClientCanvas c)
- creates ThincSMsgAck object.
- Parameters:
h
- ThincMsgHandler
to handle the messagec
- ThincClientCanvas
to get the information
process
public void process()
throws ThincException
- process()
if the received message is NAK, simply throws new ThincException.
- Specified by:
process
in class ThincMsg
- Throws:
ThincException