public class DisplaySelectEvent extends EventObject
for license details.
,
Serialized FormModifier and Type | Field and Description |
---|---|
private org.crosswire.jsword.passage.Key |
key
The new passage
|
private static long |
serialVersionUID
Serialization ID
|
source
Constructor and Description |
---|
DisplaySelectEvent(org.crosswire.jsword.book.BookProvider source,
org.crosswire.jsword.passage.Key key)
For when a command has been made
|
Modifier and Type | Method and Description |
---|---|
org.crosswire.jsword.book.BookProvider |
getBookProvider()
Get the type of command
|
org.crosswire.jsword.passage.Key |
getKey()
Get the type of command
|
getSource, toString
private org.crosswire.jsword.passage.Key key
private static final long serialVersionUID