Uses of Interface
info.magnolia.event.EventHandler

Packages that use EventHandler
info.magnolia.event   
 

Uses of EventHandler in info.magnolia.event
 

Classes in info.magnolia.event with type parameters of type EventHandler
 interface Event<H extends EventHandler>
          Marker interface for events used in the EventBus.
 class EventHandlerCollection<H extends EventHandler>
          Simple thread safe collection of handlers for a specific event.
 

Methods in info.magnolia.event with type parameters of type EventHandler
<H extends EventHandler>
HandlerRegistration
SimpleEventBus.addHandler(Class<? extends Event<H>> eventClass, H handler)
           
<H extends EventHandler>
HandlerRegistration
ResettableEventBus.addHandler(Class<? extends Event<H>> eventClass, H handler)
           
<H extends EventHandler>
HandlerRegistration
EventBus.addHandler(Class<? extends Event<H>> eventClass, H handler)
           
<H extends EventHandler>
void
SimpleEventBus.fireEvent(Event<H> event)
           
<H extends EventHandler>
void
ResettableEventBus.fireEvent(Event<H> event)
           
<H extends EventHandler>
void
EventBus.fireEvent(Event<H> event)
          Fires the event on the bus (synchronously).
 



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