org.crosswire.bibledesktop.book.install
Class SitePane.CustomBooksListener
java.lang.Object
org.crosswire.bibledesktop.book.install.SitePane.CustomBooksListener
- All Implemented Interfaces:
- EventListener, org.crosswire.jsword.book.BooksListener
- Enclosing class:
- SitePane
final class SitePane.CustomBooksListener
- extends Object
- implements org.crosswire.jsword.book.BooksListener
When new books are added we need to reflect the change in this tree.
Method Summary |
void |
bookAdded(org.crosswire.jsword.book.BooksEvent ev)
|
void |
bookRemoved(org.crosswire.jsword.book.BooksEvent ev)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SitePane.CustomBooksListener
SitePane.CustomBooksListener()
bookAdded
public void bookAdded(org.crosswire.jsword.book.BooksEvent ev)
- Specified by:
bookAdded
in interface org.crosswire.jsword.book.BooksListener
bookRemoved
public void bookRemoved(org.crosswire.jsword.book.BooksEvent ev)
- Specified by:
bookRemoved
in interface org.crosswire.jsword.book.BooksListener