|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.phleisch.app.itsucks.event.impl.SimpleEvent
de.phleisch.app.itsucks.job.event.JobEvent
public class JobEvent
Implementation of an Event fired by jobs.
| 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 |
|---|
public JobEvent(Event pEvent,
Job pJob)
public JobEvent(int pType,
int pCategory,
Job pJob)
| Method Detail |
|---|
public Job getJob()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||