java.lang.Object
com.k_int.OpenRequest.api.AbstractMessageHandler
- public abstract class AbstractMessageHandler
- extends java.lang.Object
An abstract base class implemented by any object capable of
handling events generated by the MessageDispatcher.
- Version:
- $Id: AbstractMessageHandler.java,v 1.1.1.1 2002/10/20 10:23:58 ianibbo Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMessageHandler
public AbstractMessageHandler()
handle
public abstract java.lang.Object handle(java.lang.String event,
java.lang.Object message,
MessageHandlerContext context)
throws MessageHandlerException
- handle : Handle a message from the message dispatcher.
The actual instance of this class used will be determined by the MessageDispatcher
and the call will be made by that component.
Developers should NEVER cal this method directly.