de.phleisch.app.itsucks.job.event
Class JobAddedEvent
java.lang.Object
de.phleisch.app.itsucks.event.impl.SimpleEvent
de.phleisch.app.itsucks.job.event.JobEvent
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
| Methods inherited from class de.phleisch.app.itsucks.job.event.JobEvent |
getJob |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, 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 © 2010. All Rights Reserved.