org.crosswire.bibledesktop.book
Class BooksListModel.CustomListDataListener
java.lang.Object
org.crosswire.bibledesktop.book.BooksListModel.CustomListDataListener
- All Implemented Interfaces:
- EventListener, BooksListener
- Enclosing class:
- BooksListModel
class BooksListModel.CustomListDataListener
- extends Object
- implements BooksListener
So we can get a handle on what Bibles there are
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooksListModel.CustomListDataListener
BooksListModel.CustomListDataListener()
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