|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
net.sourceforge.java.util.jobs.event.JobEvent
Event triggered whenever the status of an IJob executed in the
JobManager context changes.
| Field Summary | |
(package private) static long |
serialVersionUID
The serial uid of this class |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
JobEvent(IJob job)
Creates a new JobEvent.
|
|
| Method Summary | |
IJob |
getJob()
Gets the IJob that triggered this JobEvent.
|
| 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 |
static final long serialVersionUID
The serial uid of this class
| Constructor Detail |
public JobEvent(IJob job)
Creates a new JobEvent.
job - the IJob that acts as source of the
JobEvent| Method Detail |
public IJob getJob()
Gets the IJob that triggered this JobEvent.
IJob that triggered this JobEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||