Interface | Description |
---|---|
HippoEventBus |
Generic Hippo event bus.
|
HippoEventListener |
Developers can implement this
HippoEventListener interface and implement HippoEventListener.onEvent(HippoEvent) to
get a callback whenever a HippoEvent is posted to the HippoEventBus by HippoEventBus.post(Object) |
Class | Description |
---|---|
HippoEventListenerRegistry |
HippoEventListenerRegistry is singleton registry for decoupled/wring lookup/wiring of listeners to the
HippoEventBus service using the
Whiteboard Pattern. |
Annotation Type | Description |
---|---|
Subscribe |
Annotation for single-argument (void) methods that indicates that the method is a listener.
|
Copyright © 2012–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.