net.grinder.communication
Class MessageDispatchRegistry.AbstractHandler<T extends Message>

java.lang.Object
  extended by 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.


Constructor Summary
MessageDispatchRegistry.AbstractHandler()
           
 
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
 
Methods inherited from interface net.grinder.communication.MessageDispatchRegistry.Handler
handle
 

Constructor Detail

MessageDispatchRegistry.AbstractHandler

public MessageDispatchRegistry.AbstractHandler()
Method Detail

shutdown

public void shutdown()
Ignore shutdown events.

Specified by:
shutdown in interface MessageDispatchRegistry.Handler<T extends Message>


Copyright © 2000-2013. All Rights Reserved.