|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContextListener
Interface used to allow Beans to register themselves as interested in UI context events.
Beans supporting this interface should be register against the UIContextService. Then Beans which wish to indicate that the UI should refresh itself i.e. dump all cached data and settings, call the UIContextService.notifyBeans() to inform all registered instances of the change.
Registered beans will also be informed of changes in location, for example when the current space changes or when the user has changed area i.e. from company home to my home.
Method Summary | |
---|---|
void |
areaChanged()
Method called by UIContextService.areaChanged() to inform all registered beans that the user has changed area i.e. |
void |
contextUpdated()
Method called by UIContextService.notifyBeans() to inform all registered beans that all UI Beans should refresh dump all cached data and settings. |
void |
spaceChanged()
Method called by UIContextService.spaceChanged() to inform all registered beans that the current space has changed. |
Method Detail |
---|
void contextUpdated()
void spaceChanged()
void areaChanged()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |