org.crosswire.bibledesktop.book.install
Class SitesPane.SiteInstallerListener

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


Constructor Summary
SitesPane.SiteInstallerListener()
           
 
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

SitesPane.SiteInstallerListener

SitesPane.SiteInstallerListener()
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-2006