T
- public abstract class RepetitiveComponentStep<T>
extends java.lang.Object
implements jadex.bridge.IComponentStep<T>
Constructor and Description |
---|
RepetitiveComponentStep(long delay)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract jadex.commons.future.IFuture<T> |
customExecute(jadex.bridge.IInternalAccess ia)
Insert work code in this method.
|
jadex.commons.future.IFuture<T> |
execute(jadex.bridge.IInternalAccess ia) |
protected void |
reschedule()
Reschedules this step.
|
public RepetitiveComponentStep(long delay)
delay
- delay in ms to wait between repeated executions.public jadex.commons.future.IFuture<T> execute(jadex.bridge.IInternalAccess ia)
execute
in interface jadex.bridge.IComponentStep<T>
protected void reschedule()
public abstract jadex.commons.future.IFuture<T> customExecute(jadex.bridge.IInternalAccess ia)
ia
-