org.crosswire.bibledesktop.book.install
Class SitePane.CustomBooksListener

java.lang.Object
  extended by org.crosswire.bibledesktop.book.install.SitePane.CustomBooksListener
All Implemented Interfaces:
EventListener, BooksListener
Enclosing class:
SitePane

private final class SitePane.CustomBooksListener
extends Object
implements BooksListener

When new books are added we need to relfect the change in this tree.


Constructor Summary
private SitePane.CustomBooksListener()
           
 
Method Summary
 void bookAdded(BooksEvent ev)
          Called whenever a new Bible is added to the system.
 void bookRemoved(BooksEvent ev)
          Called whenever a Bible is removed from the system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitePane.CustomBooksListener

private SitePane.CustomBooksListener()
Method Detail

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

Copyright ? 2003-2004