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

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

public class JobAddedEvent
extends JobEvent

Implementation of an Event which is fired by the job manager when an job was added.

Author:
olli

Constructor Summary
JobAddedEvent(Event pEvent, Job pJob)
           
JobAddedEvent(int pType, int pCategory, Job pJob)
           
 
Method Summary
 int getInitialState()
           
 void setInitialState(int pInitialState)
           
 
Methods inherited from class de.phleisch.app.itsucks.job.event.JobEvent
getJob
 
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

JobAddedEvent

public JobAddedEvent(Event pEvent,
                     Job pJob)

JobAddedEvent

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

getInitialState

public int getInitialState()

setInitialState

public void setInitialState(int pInitialState)


Copyright © 2010. All Rights Reserved.