Package jadex.commons.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
execute()
Execute the executable.
-