org.crosswire.bibledesktop.book.install
Class InstallManagerComboBoxModel.CustomInstallerListener
java.lang.Object
org.crosswire.bibledesktop.book.install.InstallManagerComboBoxModel.CustomInstallerListener
- All Implemented Interfaces:
- EventListener, InstallerListener
- Enclosing class:
- InstallManagerComboBoxModel
private class InstallManagerComboBoxModel.CustomInstallerListener
- extends Object
- implements InstallerListener
Listens to the InstallManager for Installer changes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallManagerComboBoxModel.CustomInstallerListener
private InstallManagerComboBoxModel.CustomInstallerListener()
installerAdded
public void installerAdded(InstallerEvent ev)
- Description copied from interface:
InstallerListener
- Called whenever a new Installer is added to the system.
- Specified by:
installerAdded
in interface InstallerListener
- Parameters:
ev
- A description of the change
installerRemoved
public void installerRemoved(InstallerEvent ev)
- Description copied from interface:
InstallerListener
- Called whenever an Installer is removed from the system.
- Specified by:
installerRemoved
in interface InstallerListener
- Parameters:
ev
- A description of the change