Class ThincCMsgEvent

java.lang.Object
  extended by ThincMsg
      extended by ThincCMsg
          extended by ThincCMsgEvent
Direct Known Subclasses:
ThincCMsgEventKey, ThincCMsgEventMouseButton, ThincCMsgEventMouseMove

public abstract class ThincCMsgEvent
extends ThincCMsg

abstract class for client Event such as key press, mouse clicked, etc.

Author:
Young Jin Yoon
See Also:
ThincCMsg

Field Summary
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
ThincCMsgEvent(ThincMsgHandler h, ThincClientCanvas c)
           
 
Method Summary
 
Methods inherited from class ThincCMsg
getFlag, getMsgType, headerSize, messageSize, putMessage
 
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

ThincCMsgEvent

public ThincCMsgEvent(ThincMsgHandler h,
                      ThincClientCanvas c)