|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.javasteps.event.ProcessListenerAdapter
public abstract class ProcessListenerAdapter
The ProcessListenerAdapter class implements an empty ProcessListener. This class is used for convenience, needed methods should be overridden.
Constructor Summary | |
---|---|
ProcessListenerAdapter()
|
Method Summary | |
---|---|
void |
actionStepFinished(ProcessEvent event)
Invoked after an ActionStep finishes |
void |
actionStepStarted(ProcessEvent event)
Invoked before an ActionStep starts |
void |
processFinished(ProcessEvent event)
Invoked after the process finishes |
void |
processStarted(ProcessEvent event)
Invoked before the process starts |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessListenerAdapter()
Method Detail |
---|
public void processStarted(ProcessEvent event)
ProcessListener
processStarted
in interface ProcessListener
event
- The process event instanceProcessListener.processStarted(org.javasteps.event.ProcessEvent)
public void processFinished(ProcessEvent event)
ProcessListener
processFinished
in interface ProcessListener
event
- The process event instanceProcessListener.processFinished(org.javasteps.event.ProcessEvent)
public void actionStepStarted(ProcessEvent event)
ProcessListener
actionStepStarted
in interface ProcessListener
event
- The process event instanceProcessListener.actionStepStarted(org.javasteps.event.ProcessEvent)
public void actionStepFinished(ProcessEvent event)
ProcessListener
actionStepFinished
in interface ProcessListener
event
- The process event instanceProcessListener.actionStepFinished(org.javasteps.event.ProcessEvent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |