org.crosswire.jsword.index
Class IndexStatusEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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
See Also:
The GNU Lesser General Public License for details., Serialized Form

Field Summary
private  IndexStatus indexStatus
          The indexStatus of the book.
private static long serialVersionUID
          Serialization ID
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IndexStatusEvent(Object source, IndexStatus status)
          Basic constructor
 
Method Summary
 IndexStatus getIndexStatus()
           
 
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

indexStatus

private IndexStatus indexStatus
The indexStatus of the book.


serialVersionUID

private static final long serialVersionUID
Serialization ID

See Also:
Constant Field Values
Constructor Detail

IndexStatusEvent

public IndexStatusEvent(Object source,
                        IndexStatus status)
Basic constructor

Parameters:
source - the source for the event
status - The new status of the book.
Method Detail

getIndexStatus

public IndexStatus getIndexStatus()
Returns:
Returns the indexStatus.

Copyright ยจ 2003-2015