|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SystemListener
This interface marks any listener implementation as system listener. System listener are very important for the correct functionality of the system. When the execution of user implemented listener's methods is too slow this listener is presumed as "bad" listener and it is removed automatically by the framework unless it is implementing the SystemListener interface. Instead of removing it automatically as a bad listener, the system dispatchers will notify the listener by calling timeoutOccured().
| Method Summary | |
|---|---|
boolean |
timeoutOccured()
Notifies the listener that a timeout has occured while processing one of its methods. |
| Method Detail |
|---|
boolean timeoutOccured()
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||