com.partnersoft.v3x.apps.Staker.FieldStaker
Class JobFileEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.partnersoft.v3x.apps.Staker.FieldStaker.JobFileEvent
All Implemented Interfaces:
java.io.Serializable

public class JobFileEvent
extends java.util.EventObject

A event indicating a change in the status of available jobs on disk.

See Also:
Serialized Form

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

status

public JobStatus status
The JobStatus the change is in.

Constructor Detail

JobFileEvent

public JobFileEvent(JobFileManager source,
                    JobStatus status)
Create a new JobFileEvent with the given source and JobStatus.

Method Detail

getStatus

public JobStatus getStatus()
Get the changed JobStatus.