Uses of Class
org.crosswire.jsword.book.install.InstallerEvent

Packages that use InstallerEvent
org.crosswire.bibledesktop.book.install An Install Manager for Books: Bibles, Commentaries and Dictionaries. 
org.crosswire.jsword.book.install An abstraction of an installer. 
 

Uses of InstallerEvent in org.crosswire.bibledesktop.book.install
 

Methods in org.crosswire.bibledesktop.book.install with parameters of type InstallerEvent
 void InstallManagerComboBoxModel.CustomInstallerListener.installerAdded(InstallerEvent ev)
           
 void SitesPane.SiteInstallerListener.installerAdded(InstallerEvent ev)
           
 void InstallManagerComboBoxModel.CustomInstallerListener.installerRemoved(InstallerEvent ev)
           
 void SitesPane.SiteInstallerListener.installerRemoved(InstallerEvent ev)
           
protected  void InstallManagerComboBoxModel.update(InstallerEvent ev)
          Simple way to avoid eclipse private/protected warning
 

Uses of InstallerEvent in org.crosswire.jsword.book.install
 

Methods in org.crosswire.jsword.book.install with parameters of type InstallerEvent
 void InstallerListener.installerAdded(InstallerEvent ev)
          Called whenever a new Installer is added to the system.
 void InstallerListener.installerRemoved(InstallerEvent ev)
          Called whenever an Installer is removed from the system.
 


Copyright ยจ 2003-2007