|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.partnersoft.v3x.apps.Staker.domain.JobEvent
public class JobEvent
A event signalling a change to a Job.
| Field Summary | |
|---|---|
Job |
job
The current job. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
JobEvent(Job currentJob)
Create a new JobEvent with the given source and current job. |
|
| Method Summary | |
|---|---|
Job |
getJob()
Get the current job. |
| 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 |
|---|
public Job job
| Constructor Detail |
|---|
public JobEvent(Job currentJob)
| Method Detail |
|---|
public Job getJob()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||