Class ThincCMsgSound

java.lang.Object
  extended by ThincMsg
      extended by ThincCMsg
          extended by ThincCMsgSound
Direct Known Subclasses:
ThincCMsgSoundStart

public abstract class ThincCMsgSound
extends ThincCMsg

abstract class for sound messages.

Author:
Young Jin Yoon
See Also:
ThincCMsg

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

ThincCMsgSound

public ThincCMsgSound(ThincHandler h)