org.crosswire.bibledesktop.book
Class BookSelectEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
private static long serialVersionUID
          Serialization ID
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BookSelectEvent(BookProvider source)
          Create a BookSelectionEvent, declaring that the BookProvider has a new selection.
 
Method Summary
 BookProvider getBookProvider()
          Get all the books.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serialization ID

See Also:
Constant Field Values
Constructor Detail

BookSelectEvent

public BookSelectEvent(BookProvider source)
Create a BookSelectionEvent, declaring that the BookProvider has a new selection.

Parameters:
source - The thing that started this off
Method Detail

getBookProvider

public BookProvider getBookProvider()
Get all the books.

Returns:
the books

Copyright ? 2003-2011