org.crosswire.jsword.book.install
Interface InstallerListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
InstallManagerComboBoxModel.CustomInstallerListener, SitesPane.SiteInstallerListener

public interface InstallerListener
extends EventListener

InstallerListener are able to be notified about changes to the numbers of Installers known to the system.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

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.
 

Method Detail

installerAdded

void installerAdded(InstallerEvent ev)
Called whenever a new Installer is added to the system.

Parameters:
ev - A description of the change

installerRemoved

void installerRemoved(InstallerEvent ev)
Called whenever an Installer is removed from the system.

Parameters:
ev - A description of the change

Copyright ยจ 2003-2007