Package org.camunda.bpm.scenario.defer
Interface Deferred
-
public interface Deferred- Author:
- Martin Schimak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()Implement this method to define the action which should be executed after a certain period of time.
-