Package jadex.concurrent
Interface IExecutable
public interface IExecutable
Interface for objects that can be executed. Similar to interface
Runnable with the difference that a short-stepped interruptable
execution is assumed here.
-
Method Summary
-
Method Details
-
execute
boolean execute()Execute the executable.- Returns:
- True, if the object wants to be executed again.
-