org.ocap.application.AppSignalHandler.html Maven / Gradle / Ivy
AppSignalHandler
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.ocap.application
Interface AppSignalHandler
public interface AppSignalHandler
This interface represents a handler that can be registered in order to receive a notification whenever the XAIT version changes. An application which has a MonitorAppPermission("registrar") may have a class implementing this interface, and may set it as the AppSignalHandler using the AppManagerProxy.
Method Summary | |
---|---|
boolean |
notifyXAITUpdate(OcapAppAttributes[] newApps)
Notifies the registered handler that the version of the signaled XAIT has changed. |
Method Detail |
---|
notifyXAITUpdate
boolean notifyXAITUpdate(OcapAppAttributes[] newApps)
- Notifies the registered handler that the version of the
signaled XAIT has changed. When an AppSignalHandler is
registered the implementation SHALL call this method whenever
the version of the XAIT changes.
- Parameters:
newApps
- A list of instances of the OCAPAppAttributes class associated with all the applications whose details are listed in the new version of the XAIT.- Returns:
- the return value SHALL be ignored by the implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |