org.crosswire.bibledesktop.book.install
Class InstallManagerComboBoxModel.CustomInstallerListener
java.lang.Object
org.crosswire.bibledesktop.book.install.InstallManagerComboBoxModel.CustomInstallerListener
- All Implemented Interfaces:
- EventListener, org.crosswire.jsword.book.install.InstallerListener
- Enclosing class:
- InstallManagerComboBoxModel
class InstallManagerComboBoxModel.CustomInstallerListener
- extends Object
- implements org.crosswire.jsword.book.install.InstallerListener
Listens to the InstallManager for Installer changes
Method Summary |
void |
installerAdded(org.crosswire.jsword.book.install.InstallerEvent ev)
|
void |
installerRemoved(org.crosswire.jsword.book.install.InstallerEvent ev)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallManagerComboBoxModel.CustomInstallerListener
InstallManagerComboBoxModel.CustomInstallerListener()
installerAdded
public void installerAdded(org.crosswire.jsword.book.install.InstallerEvent ev)
- Specified by:
installerAdded
in interface org.crosswire.jsword.book.install.InstallerListener
installerRemoved
public void installerRemoved(org.crosswire.jsword.book.install.InstallerEvent ev)
- Specified by:
installerRemoved
in interface org.crosswire.jsword.book.install.InstallerListener