|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExecutionPauseHandler
Handler that pauses the execution between two ExecutableElements.
| Method Summary | |
|---|---|
long |
getCurrentInterElementPauseDuration()
Get the duration of the pause after the current element execution. |
long |
getDefaultInterElementPauseDuration()
Get the default pause duration between two element executions. |
void |
setCurrentInterElementPauseDuration(long currentInterElementPauseDuration)
Set the duration for which the module is paused before executing the next element. |
void |
setDefaultInterElementPauseDuration(long defaultInterElementPauseDuration)
Set the default duration for which the execution is paused in between two elements. |
| Methods inherited from interface ch.tatool.element.Node |
|---|
getParent, setParent |
| Methods inherited from interface ch.tatool.data.PropertyHolder |
|---|
clearProperties, getId, getKeys, getProperty, removeProperty, setProperty |
| Method Detail |
|---|
void setCurrentInterElementPauseDuration(long currentInterElementPauseDuration)
long getCurrentInterElementPauseDuration()
void setDefaultInterElementPauseDuration(long defaultInterElementPauseDuration)
duration - the duration in millisecondslong getDefaultInterElementPauseDuration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||