Interface | Description |
---|---|
Executable |
This class represents an executable code.
|
Class | Description |
---|---|
MethodClassExecutor |
This class allows to execute a methods on a specified object.
|
MethodExecutor |
This class is a generic framework for executing methods on a specified object.
|
MethodNameExecutor |
This class allows to execute a methods on a specified object.
|
MethodThread |
This class allows the background method execution (i.e. in a new thread)
using the MethodExecutor interface.
|
MethodThreadList |
This is a wrapper for the MethodExecutor object, which automatically remembers
all the method threads that were executed on background.
|
SingleMethodExecutor |
A single
Executable method. |
Annotation Type | Description |
---|---|
MethodExecutor.ExecutableMethod |
Annotation for methods that provide usage description.
|