|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.crosswire.common.progress.WorkEvent
public class WorkEvent
A WorkEvent happens whenever a MutableBook makes some progress in generating a new Bible.
for license details.
The copyright to this program is held by it's authors.
,
Serialized FormField Summary | |
---|---|
private boolean |
predicted
Is this a predicted or actual progress report? |
private static long |
serialVersionUID
Serialization ID |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
WorkEvent(Job source,
boolean predicted)
Initialize a WorkEvent |
Method Summary | |
---|---|
Job |
getJob()
Accessor for the Job |
boolean |
isPredicted()
Is this a predicted or actual progress report? |
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 boolean predicted
private static final long serialVersionUID
Constructor Detail |
---|
public WorkEvent(Job source, boolean predicted)
Method Detail |
---|
public Job getJob()
public boolean isPredicted()
|
Copyright ยจ 2003-2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |