public class IndexStatusEvent extends EventObject
The GNU Lesser General Public License for details.
,
Serialized FormModifier and Type | Field and Description |
---|---|
private IndexStatus |
indexStatus
The indexStatus of the book.
|
private static long |
serialVersionUID
Serialization ID
|
source
Constructor and Description |
---|
IndexStatusEvent(Object source,
IndexStatus status)
Basic constructor
|
private IndexStatus indexStatus
private static final long serialVersionUID
public IndexStatusEvent(Object source, IndexStatus status)
source
- the source for the eventstatus
- The new status of the book.public IndexStatus getIndexStatus()