org.crosswire.bibledesktop.book.install
Class SitesPane.SiteInstallerListener
java.lang.Object
org.crosswire.bibledesktop.book.install.SitesPane.SiteInstallerListener
- All Implemented Interfaces:
- EventListener, InstallerListener
- Enclosing class:
- SitesPane
class SitesPane.SiteInstallerListener
- extends Object
- implements InstallerListener
Local listener for install events.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SitesPane.SiteInstallerListener
SitesPane.SiteInstallerListener()
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