|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.developmentontheedge.jobcontrol.JobControlEvent
An event which indicates that a action occurred in JobControl. This event is used for listeners of JobControl.
JobControlListener,
JobControl| Field Summary | |
protected JobControl |
jobControl
|
protected java.lang.String |
message
|
protected int |
value
|
| Constructor Summary | |
JobControlEvent(JobControl jobControl)
Constructs JobControlEvent with specified jobControl |
|
JobControlEvent(JobControl jobControl,
java.lang.String message)
Constructs JobControlEvent with specified jobControl and message |
|
JobControlEvent(java.lang.String msg)
Constructs JobControlEvent with specified message |
|
| Method Summary | |
JobControl |
getJobControl()
Gets connected with this event JobControl |
java.lang.String |
getMessage()
Gets message corresponded with this event |
int |
getPreparedness()
Returns preparedness of job |
int |
getStatus()
Gets status of job corresponded with this event |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected JobControl jobControl
protected int value
protected java.lang.String message
| Constructor Detail |
public JobControlEvent(JobControl jobControl,
java.lang.String message)
jobControl - specified jobControlmessage - specified messagepublic JobControlEvent(JobControl jobControl)
jobControl - specified jobControlpublic JobControlEvent(java.lang.String msg)
msg - specified message| Method Detail |
public JobControl getJobControl()
public int getPreparedness()
public java.lang.String getMessage()
public int getStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||