|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventService
Allows the creation of system events and registration of event listeners for notification of system events. The service can be configured to log events or ignore certain events.
| Method Summary | |
|---|---|
void |
fireEvent(Event event)
Fires an event immediately (does not add it to the queue). |
void |
queueEvent(Event event)
Queues up an event to be fired at the end of a successful request/transaction. |
void |
registerEventListener(EventListener listener)
Register an event listener which will be notified when events occur. |
| Method Detail |
|---|
void fireEvent(Event event)
event - contains the data related to this eventvoid queueEvent(Event event)
event - contains the data related to this eventvoid registerEventListener(EventListener listener)
listener - an implementation of the event listener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||