|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.crosswire.bibledesktop.book.DisplaySelectEvent
public class DisplaySelectEvent
A DisplaySelectEvent happens whenever a user makes a command.
for license details.
The copyright to this program is held by it's authors.
,
Serialized FormField Summary | |
---|---|
private Key |
key
The new passage |
private static long |
serialVersionUID
Serialization ID |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DisplaySelectEvent(BookProvider source,
Key key)
For when a command has been made |
Method Summary | |
---|---|
BookProvider |
getBookProvider()
Get the type of command |
Key |
getKey()
Get the type of command |
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 |
---|
private Key key
private static final long serialVersionUID
Constructor Detail |
---|
public DisplaySelectEvent(BookProvider source, Key key)
source
- The thing that started this offkey
- The selected KeyMethod Detail |
---|
public Key getKey()
public BookProvider getBookProvider()
|
Copyright ? 2003-2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |