|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LaraEventSubscriber
Common interface for subscribers of events.
Method Summary | ||
---|---|---|
|
onEvent(T event)
Will be called with an event as a parameter when an event the subscriber subscribed to occurs. |
Method Detail |
---|
<T extends LaraEvent> void onEvent(T event)
event
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |