Class ThincCMsgVideo

java.lang.Object
  extended by ThincMsg
      extended by ThincCMsg
          extended by ThincCMsgVideo
Direct Known Subclasses:
ThincCMsgVideoStartOK

public abstract class ThincCMsgVideo
extends ThincCMsg

abstract class for video messages.

Author:
Young Jin Yoon
See Also:
ThincCMsg

Field Summary
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
ThincCMsgVideo(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

ThincCMsgVideo

public ThincCMsgVideo(ThincMsgHandler h,
                      ThincClientCanvas c)