nl.west.aaa
Class DebugHandler

java.lang.Object
  |
  +--nl.west.aaa.DebugHandler

public class DebugHandler
extends java.lang.Object
implements MessageHandler

Handles all incoming messages and displays it.


Constructor Summary
DebugHandler()
           
DebugHandler(java.lang.String prefix)
           
 
Method Summary
 boolean handleMessage(Message msg, AAAUnit unit)
          Process the incoming message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugHandler

public DebugHandler()

DebugHandler

public DebugHandler(java.lang.String prefix)
Method Detail

handleMessage

public boolean handleMessage(Message msg,
                             AAAUnit unit)
Description copied from interface: MessageHandler
Process the incoming message. Return false if message cannot be processed in the current context. If the message is processed and handled by this class, return true.
The given AAAUnit can be used to send replies.
Specified by:
handleMessage in interface MessageHandler



Arthur <arthur@ch.twi.tudelft.nl> http://ch.twi.tudelft.nl/~arthur/
2002-05-27