Package jadex.commons.concurrent
Interface IExecutable
- 
 public interface IExecutableInterface for objects that can be executed. Similar to interface Runnable with the difference that a short-stepped interruptable execution is assumed here.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexecute()Execute the executable.
 
-