Openwings API Documentation (v1.1)

net.openwings.install
Interface InstallListener


public interface InstallListener

This interface describes a callback that may be registered by components that wish to be notified of installation events. Components register listeners by calling the Installer.addInstallListener() method.


Method Summary
 void componentUpdated(InstallableComponentDescriptor[] installableComponentDescriptors)
          The Installer implementation invokes this method any time a component's resolution state changes.
 

Method Detail

componentUpdated

public void componentUpdated(InstallableComponentDescriptor[] installableComponentDescriptors)
                      throws java.rmi.RemoteException
The Installer implementation invokes this method any time a component's resolution state changes. Multiple descriptors may be passed for efficiency.

Parameters:
installableComponentDescriptors - array of descriptors of modified components
Throws:
java.rmi.RemoteException - for communication errors

Openwings API Documentation (v1.1)