JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
boolean
execute
()
Execute the executable.
Method Detail
execute
boolean execute()
Execute the executable.
Returns:
True, if the object wants to be executed again.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method