All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.application.AppSignalHandler.html Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version






AppSignalHandler














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.






© 2015 - 2024 Weber Informatics LLC | Privacy Policy