net.grinder.communication
Class MessageDispatchRegistry.AbstractHandler<T extends Message>
java.lang.Object
net.grinder.communication.MessageDispatchRegistry.AbstractHandler<T>
- Type Parameters:
T - Message type.
- All Implemented Interfaces:
- MessageDispatchRegistry.Handler<T>
- Enclosing interface:
- MessageDispatchRegistry
public abstract static class MessageDispatchRegistry.AbstractHandler<T extends Message>
- extends Object
- implements MessageDispatchRegistry.Handler<T>
Most handlers ignore the shutdown event, so provide this as a convenient
base for anonymous classes.
|
Method Summary |
void |
shutdown()
Ignore shutdown events. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageDispatchRegistry.AbstractHandler
public MessageDispatchRegistry.AbstractHandler()
shutdown
public void shutdown()
- Ignore shutdown events.
- Specified by:
shutdown in interface MessageDispatchRegistry.Handler<T extends Message>
Copyright © 2000-2013. All Rights Reserved.