org.crosswire.bibledesktop.book
Class BookSelectEvent
java.lang.Object
java.util.EventObject
org.crosswire.bibledesktop.book.BookSelectEvent
- All Implemented Interfaces:
- Serializable
public class BookSelectEvent
- extends EventObject
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.
,
Serialized Form
Constructor Summary |
BookSelectEvent(org.crosswire.jsword.book.BookProvider source)
Create a BookSelectionEvent, declaring that the BookProvider has a new
selection. |
Method Summary |
org.crosswire.jsword.book.BookProvider |
getBookProvider()
Get all the books. |
serialVersionUID
private static final long serialVersionUID
- Serialization ID
- See Also:
- Constant Field Values
BookSelectEvent
public BookSelectEvent(org.crosswire.jsword.book.BookProvider source)
- Create a BookSelectionEvent, declaring that the BookProvider has a new
selection.
- Parameters:
source
- The thing that started this off
getBookProvider
public org.crosswire.jsword.book.BookProvider getBookProvider()
- Get all the books.
- Returns:
- the books