org.crosswire.jsword.book
Interface BookProvider

All Known Subinterfaces:
BookDataDisplay, BookDriver
All Known Implementing Classes:
AbstractBookDriver, BookData, DisplaySelectPane, MultiBookPane, ParallelBookPicker, ParallelBookPicker.SelectedItemListener, ProxyBookDataDisplay, ReadingsBookDriver, ScrolledBookDataDisplay, SplitBookDataDisplay, SwordBookDriver, TabbedBookDataDisplay, TextPaneBookDataDisplay

public interface BookProvider

A BookSelectEvent happens whenever a user selects a book.

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
 Book[] getBooks()
          Provide books.
 Book getFirstBook()
          Provide the first book.
 

Method Detail

getBooks

Book[] getBooks()
Provide books.

Returns:
the books

getFirstBook

Book getFirstBook()
Provide the first book.

Returns:
the first book

Copyright ยจ 2003-2007