Class HippoEventListenerRegistry

java.lang.Object
org.onehippo.cms7.services.WhiteboardServiceRegistry<Object>
org.onehippo.cms7.services.eventbus.HippoEventListenerRegistry

public final class HippoEventListenerRegistry extends WhiteboardServiceRegistry<Object>
HippoEventListenerRegistry is singleton registry for decoupled/wring lookup/wiring of listeners to the HippoEventBus service using the Whiteboard Pattern.

For usage examples, see the HippoEventBus and HippoEventListener documentation.