|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IApplicationListener
Listener for application-wide events.
Method Summary | |
---|---|
void |
clipboardChanged()
The clipboard has been changed. |
void |
configChanged(ConfigurationBean config)
The configuration was changed. |
void |
offline(boolean offline)
Informs that the application has entered an offline/online mode. |
void |
stateChanged(AppState state)
The application state was changed. |
Method Detail |
---|
void configChanged(ConfigurationBean config)
config
- the configuration instance, must NOT be modified.void stateChanged(AppState state)
state
- the state instance, must NOT be modified.void clipboardChanged()
void offline(boolean offline)
offline
- if true
then we are currently offline. If
false
then we are online.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |