Uses of Interface
org.crosswire.jsword.book.BooksListener

Packages that use BooksListener
org.crosswire.bibledesktop.book This package contains Swing MVC models to help implementing a Swing GUI using JSword classes. 
org.crosswire.bibledesktop.book.install   
org.crosswire.jsword.book The Book package provides an interface to a real store of data. 
org.crosswire.jsword.book.basic The Basic package contains default and abstract implementations of the main Book classes. 
 

Uses of BooksListener in org.crosswire.bibledesktop.book
 

Classes in org.crosswire.bibledesktop.book that implement BooksListener
(package private)  class BooksListModel.CustomListDataListener
          So we can get a handle on what Bibles there are
 

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

Classes in org.crosswire.bibledesktop.book.install that implement BooksListener
private  class SitePane.CustomBooksListener
          When new books are added we need to relfect the change in this tree.
 

Uses of BooksListener in org.crosswire.jsword.book
 

Classes in org.crosswire.jsword.book that implement BooksListener
private static class Defaults.DefaultsBookListener
          To keep us up to date with changes in the available Books
 

Methods in org.crosswire.jsword.book with parameters of type BooksListener
 void Books.addBooksListener(BooksListener li)
           
 void BookList.addBooksListener(BooksListener li)
          Remove a BibleListener from our list of listeners
 void Books.removeBooksListener(BooksListener li)
           
 void BookList.removeBooksListener(BooksListener li)
          Add a BibleListener to our list of listeners
 

Uses of BooksListener in org.crosswire.jsword.book.basic
 

Methods in org.crosswire.jsword.book.basic with parameters of type BooksListener
 void AbstractBookList.addBooksListener(BooksListener li)
           
 void AbstractBookList.removeBooksListener(BooksListener li)
           
 


Copyright ? 2003-2004