|
|||||||||
| 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.FieldStaker.JobFileEvent
public class JobFileEvent
A event indicating a change in the status of available jobs on disk.
| Field Summary | |
|---|---|
JobStatus |
status
The JobStatus the change is in. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
JobFileEvent(JobFileManager source,
JobStatus status)
Create a new JobFileEvent with the given source and JobStatus. |
|
| Method Summary | |
|---|---|
JobStatus |
getStatus()
Get the changed JobStatus. |
| 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 JobStatus status
| Constructor Detail |
|---|
public JobFileEvent(JobFileManager source,
JobStatus status)
| Method Detail |
|---|
public JobStatus getStatus()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||