org.crosswire.bibledesktop.book
Interface BookSelectListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DisplaySelectPane

public interface BookSelectListener
extends EventListener

Implement BookSelectListener to receive notification that the list of selected books has been updated.

Author:
DM Smith [dmsmith555 at yahoo dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Method Summary
 void booksChosen(BookSelectEvent ev)
          Notify that the list of Books has changed.
 

Method Detail

booksChosen

void booksChosen(BookSelectEvent ev)
Notify that the list of Books has changed.

Parameters:
ev - Describes the change

Copyright ? 2003-2011