|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISPRStateListener
Interface which is used by a SPR to indicate a state change. A state listener is informed when the state of the SPR has changed.
All state events for all SPRs are handled within one worker thread. Therefore you have to ensure that the event method returns quickly.
| Method Summary | |
|---|---|
void |
onSPRStateChanged(SPR spr,
SPRState newState)
Called when the state of the given SPR changed. |
| Method Detail |
|---|
void onSPRStateChanged(SPR spr,
SPRState newState)
spr - The SPR which changed it's state.newState - The new state of the SPR.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||