de.phleisch.app.itsucks.event.job
Class JobAddedEvent
java.lang.Object
de.phleisch.app.itsucks.event.impl.SimpleEvent
de.phleisch.app.itsucks.event.job.JobEvent
de.phleisch.app.itsucks.event.job.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
| Methods inherited from class de.phleisch.app.itsucks.event.job.JobEvent |
getJob |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JobAddedEvent
public JobAddedEvent(Event pEvent,
Job pJob)
JobAddedEvent
public JobAddedEvent(int pType,
int pCategory,
Job pJob)
getInitialState
public int getInitialState()
setInitialState
public void setInitialState(int pInitialState)
Copyright © 2008. All Rights Reserved.