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(BookProvider source)
Create a BookSelectionEvent, declaring that the BookProvider has a new selection. |
serialVersionUID
private static final long serialVersionUID
- Serialization ID
- See Also:
- Constant Field Values
BookSelectEvent
public BookSelectEvent(BookProvider source)
- Create a BookSelectionEvent, declaring that the BookProvider has a new selection.
- Parameters:
source
- The thing that started this off
getBookProvider
public BookProvider getBookProvider()
- Get all the books.
- Returns:
- the books