org.crosswire.bibledesktop.book.install
Class InstallManagerComboBoxModel.CustomInstallerListener

java.lang.Object
  extended by 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


Constructor Summary
private InstallManagerComboBoxModel.CustomInstallerListener()
           
 
Method Summary
 void installerAdded(InstallerEvent ev)
          Called whenever a new Installer is added to the system.
 void installerRemoved(InstallerEvent ev)
          Called whenever an Installer is removed from the system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallManagerComboBoxModel.CustomInstallerListener

private InstallManagerComboBoxModel.CustomInstallerListener()
Method Detail

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

Copyright ? 2003-2004