java.lang.Object
org.zazof.jtegServer.MessageHandler
org.zazof.jtegServer.StatusMH4
- public class StatusMH4
- extends MessageHandler
This MessageHandler handles all "status" messages for protocol 4.
|
Field Summary |
private static boolean |
$debug
|
|
Method Summary |
protected void |
processMessage(Message m)
each subclass should implement to code to handle this message |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
$debug
private static final boolean $debug
- See Also:
- Constant Field Values
StatusMH4
public StatusMH4()
processMessage
protected void processMessage(Message m)
- Description copied from class:
MessageHandler
- each subclass should implement to code to handle this message
- Specified by:
processMessage in class MessageHandler