Uses of Interface
info.magnolia.ui.framework.event.EventHandler

Packages that use EventHandler
info.magnolia.ui.framework.app   
info.magnolia.ui.framework.app.launcherlayout   
info.magnolia.ui.framework.app.registry   
info.magnolia.ui.framework.event   
info.magnolia.ui.framework.location   
info.magnolia.ui.framework.message   
info.magnolia.ui.framework.shell   
 

Uses of EventHandler in info.magnolia.ui.framework.app
 

Subinterfaces of EventHandler in info.magnolia.ui.framework.app
 interface AppLifecycleEventHandler
          Event handler interface for listening to AppLifecycleEvent.
 

Classes in info.magnolia.ui.framework.app that implement EventHandler
static class AppLifecycleEventHandler.Adapter
          Simple stub so in case not all the methods need to be implemented.
 

Uses of EventHandler in info.magnolia.ui.framework.app.launcherlayout
 

Subinterfaces of EventHandler in info.magnolia.ui.framework.app.launcherlayout
 interface AppLauncherLayoutChangedEventHandler
          Event handler for receiving events when the launcher layout changes.
 

Uses of EventHandler in info.magnolia.ui.framework.app.registry
 

Subinterfaces of EventHandler in info.magnolia.ui.framework.app.registry
 interface AppRegistryEventHandler
          Event handler interface for listening to AppRegistryEvent.
 

Uses of EventHandler in info.magnolia.ui.framework.event
 

Classes in info.magnolia.ui.framework.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.ui.framework.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).
 

Uses of EventHandler in info.magnolia.ui.framework.location
 

Subinterfaces of EventHandler in info.magnolia.ui.framework.location
static interface LocationChangedEvent.Handler
          Handler interface for LocationChangedEvent.
static interface LocationChangeRequestedEvent.Handler
          Handler interface for LocationChangeRequestedEvent.
 

Uses of EventHandler in info.magnolia.ui.framework.message
 

Subinterfaces of EventHandler in info.magnolia.ui.framework.message
 interface MessageEventHandler
          Handler of {link MessageEvent.
 

Uses of EventHandler in info.magnolia.ui.framework.shell
 

Subinterfaces of EventHandler in info.magnolia.ui.framework.shell
 interface FragmentChangedHandler
          Called when a URI fragment of Shell has changed.
 



Copyright © 2012 Magnolia International Ltd.. All Rights Reserved.