org.crosswire.jsword.index
Class IndexStatusEvent
java.lang.Object
java.util.EventObject
org.crosswire.jsword.index.IndexStatusEvent
- All Implemented Interfaces:
- Serializable
public class IndexStatusEvent
- extends EventObject
An IndexStatusEvent is fired whenever the IndexStatus
of a book has changed.
- 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
indexStatus
private IndexStatus indexStatus
- The indexStatus of the book.
serialVersionUID
private static final long serialVersionUID
- Serialization ID
- See Also:
- Constant Field Values
IndexStatusEvent
public IndexStatusEvent(Object source,
IndexStatus status)
- Basic constructor
- Parameters:
status
- The new status of the book.
getIndexStatus
public IndexStatus getIndexStatus()
- Returns:
- Returns the indexStatus.