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
Interface IResultCommand<T,E>
public interface
IResultCommand<T,E>
Command with a result.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
execute
(
E
args)
Execute the command.
Method Detail
execute
T
execute(
E
args)
Execute the command.
Parameters:
args
- The argument(s) for the call.
Returns:
The result of the command.
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