Uses of Class
org.crosswire.jsword.book.BooksEvent

Packages that use BooksEvent
org.crosswire.bibledesktop.book This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
org.crosswire.bibledesktop.book.install An Install Manager for Books: Bibles, Commentaries and Dictionaries. 
org.crosswire.jsword.book The Book package provides an interface to a real store of data. 
org.crosswire.jsword.examples Some examples of how to use the JSword API. 
 

Uses of BooksEvent in org.crosswire.bibledesktop.book
 

Methods in org.crosswire.bibledesktop.book with parameters of type BooksEvent
 void BooksListModel.CustomListDataListener.bookAdded(BooksEvent ev)
           
 void BooksListModel.CustomListDataListener.bookRemoved(BooksEvent ev)
           
 

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

Methods in org.crosswire.bibledesktop.book.install with parameters of type BooksEvent
 void SitePane.CustomBooksListener.bookAdded(BooksEvent ev)
           
 void SitePane.CustomBooksListener.bookRemoved(BooksEvent ev)
           
 

Uses of BooksEvent in org.crosswire.jsword.book
 

Methods in org.crosswire.jsword.book with parameters of type BooksEvent
 void BooksListener.bookAdded(BooksEvent ev)
          Called whenever a new Bible is added to the system.
 void Defaults.DefaultsBookListener.bookAdded(BooksEvent ev)
           
 void BooksListener.bookRemoved(BooksEvent ev)
          Called whenever a Bible is removed from the system.
 void Defaults.DefaultsBookListener.bookRemoved(BooksEvent ev)
           
 

Uses of BooksEvent in org.crosswire.jsword.examples
 

Methods in org.crosswire.jsword.examples with parameters of type BooksEvent
 void APIExamples.MyBooksListener.bookAdded(BooksEvent ev)
           
 void APIExamples.MyBooksListener.bookRemoved(BooksEvent ev)
           
 


Copyright ยจ 2003-2007