|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEventReceiver
This interface must be implemented by a event receiver object. An event receiver gets informed if a certain event is fired by the framework. It could be implemented by any service, repository manager or component.
| Method Summary | |
|---|---|
int |
getPriority()
Gets the priority for which the framework handles this event receiver. 0 is the hightest priority, 99 the lowest. |
String |
getReceiverID()
Gets the ID of the receiver |
void |
received(IEvent event)
Receives the event for which this event receiver is registered for. |
| Method Detail |
|---|
void received(IEvent event)
event - the event to receiveString getReceiverID()
int getPriority()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||