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
See Also:
for license details., Serialized Form

Field Summary
private static long serialVersionUID
          Serialization ID
 
Fields inherited from class java.util.EventObject
source
 
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.
 
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(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
Method Detail

getBookProvider

public org.crosswire.jsword.book.BookProvider getBookProvider()
Get all the books.

Returns:
the books

Copyright ยจ 2003-2015