Package jadex.bpmn.testcases.pojobpmn
Class PrintTask
- java.lang.Object
-
- jadex.bpmn.testcases.pojobpmn.PrintTask
-
public class PrintTask extends java.lang.Object
Print out some text stored in variable text.
-
-
Constructor Summary
Constructors Constructor Description PrintTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(java.lang.String text)
Execute the task.
-