de.phleisch.app.itsucks.job.event
Class JobEvent

java.lang.Object
  extended by de.phleisch.app.itsucks.event.impl.SimpleEvent
      extended by de.phleisch.app.itsucks.job.event.JobEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
JobAddedEvent, JobChangedEvent

public class JobEvent
extends SimpleEvent

Implementation of an Event fired by jobs.

Author:
olli

Constructor Summary
JobEvent(Event pEvent, Job pJob)
           
JobEvent(int pType, int pCategory, Job pJob)
           
 
Method Summary
 Job getJob()
          Returns the job associated to this event.
 
Methods inherited from class de.phleisch.app.itsucks.event.impl.SimpleEvent
equals, getCategory, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobEvent

public JobEvent(Event pEvent,
                Job pJob)

JobEvent

public JobEvent(int pType,
                int pCategory,
                Job pJob)
Method Detail

getJob

public Job getJob()
Returns the job associated to this event.

Returns:


Copyright © 2010. All Rights Reserved.