org.crosswire.jsword.book
Class Defaults.DefaultsBookListener
java.lang.Object
org.crosswire.jsword.book.Defaults.DefaultsBookListener
- All Implemented Interfaces:
- EventListener, BooksListener
- Enclosing class:
- Defaults
private static class Defaults.DefaultsBookListener
- extends Object
- implements BooksListener
To keep us up to date with changes in the available Books
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Defaults.DefaultsBookListener
private Defaults.DefaultsBookListener()
bookAdded
public void bookAdded(BooksEvent ev)
- Description copied from interface:
BooksListener
- Called whenever a new Bible is added to the system.
- Specified by:
bookAdded
in interface BooksListener
- Parameters:
ev
- A description of the change
bookRemoved
public void bookRemoved(BooksEvent ev)
- Description copied from interface:
BooksListener
- Called whenever a Bible is removed from the system.
- Specified by:
bookRemoved
in interface BooksListener
- Parameters:
ev
- A description of the change