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)
Note that this is a convenience interface; it is not necessary to use, as any method that is annotated with the
@Subscribe annotation and has a HippoEvent argument type, will be invoked. |
Annotation Type | Description |
---|---|
Subscribe |
Annotation for single-argument (void) methods that indicates that the method is a listener.
|
Copyright © 2012–2015 Hippo B.V. (http://www.onehippo.com). All rights reserved.