com.partnersoft.v3x.apps.Staker.domain
Class JobEvent

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

public class JobEvent
extends java.util.EventObject

A event signalling a change to a Job.

See Also:
Serialized Form

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

job

public Job job
The current job.

Constructor Detail

JobEvent

public JobEvent(Job currentJob)
Create a new JobEvent with the given source and current job.

Method Detail

getJob

public Job getJob()
Get the current job.