|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICompoundEventListener
Interface which is used by a SPR to indicate an asynchronous compound event.
All events for all SPRs are handled within one worker thread. Therefore you have to ensure that the event method returns quickly.
| Method Summary | |
|---|---|
void |
onCompoundEvent(SPR spr,
Message msg)
Called when one of the SPR compounds has raised an event. |
| Method Detail |
|---|
void onCompoundEvent(SPR spr,
Message msg)
spr - The SPR whose compound has raised an event.msg - compound event message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||