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.
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