Package org.onehippo.cms7.services.eventbus
-
Interface Summary Interface Description HippoEventBus Generic Hippo event bus.HippoEventListener Developers can implement thisHippoEventListener
interface and implementHippoEventListener.onEvent(HippoEvent)
to get a callback whenever aHippoEvent
is posted to theHippoEventBus
byHippoEventBus.post(Object)
-
Class Summary Class Description HippoEventListenerRegistry HippoEventListenerRegistry is singleton registry for decoupled/wring lookup/wiring of listeners to theHippoEventBus
service using the Whiteboard Pattern. -
Annotation Types Summary Annotation Type Description Subscribe Annotation for single-argument (void) methods that indicates that the method is a listener.