public abstract class AbstractJob extends Object implements Job
Constructor and Description |
---|
AbstractJob() |
Modifier and Type | Method and Description |
---|---|
void |
addJobListener(JobListener l) |
void |
execute() |
void |
removeAllJobListeners() |
void |
removeJobListener(JobListener l) |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getJobName
public void addJobListener(JobListener l)
addJobListener
in interface Job
public void removeJobListener(JobListener l)
removeJobListener
in interface Job
public void removeAllJobListeners()
removeAllJobListeners
in interface Job
public void execute() throws Exception