info.magnolia.event
Interface HandlerRegistration


public interface HandlerRegistration

Registration returned when registering a handler with a EventBus. Used to remove the handler when its no longer needed.

See Also:
EventBus, EventHandler

Method Summary
 void removeHandler()
          Removes the handler from the event bus.
 

Method Detail

removeHandler

void removeHandler()
Removes the handler from the event bus.



Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.