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

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

public class StakerEvent
extends java.util.EventObject

A Staker event. (well, duh...)

See Also:
Serialized Form

Field Summary
 Job job
          The current job.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StakerEvent(Staker source, 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

StakerEvent

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

Method Detail

getJob

public Job getJob()
Get the current job.