|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventListener
Interface to be implemented by classes that can handle events.
EventBus
,
DomainEventMessage
,
EventHandler
Method Summary | |
---|---|
void |
handle(EventMessage event)
Process the given event. |
Method Detail |
---|
void handle(EventMessage event)
event
- the event to handle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |