JavaScript is disabled on your browser.
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
cz.ues.platform.commons.lang
Interface
UESCallable
<V>
All Known Subinterfaces:
UESCallable
<V>
public interface
UESCallable<V>
Callable - Instances of this interface allow to execute some task by another component.
Since:
UES6-00
See Also:
Runnable
,
Callable
Method Summary
Methods
Modifier and Type
Method and Description
V
call
()
Computes a result, or throws an exception if unable to do so.
Method Detail
call
V
call
()
throws
UESRuntimeException
Computes a result, or throws an exception if unable to do so.
Returns:
Computed result.
Throws:
UESRuntimeException
- In case some error occurs during execution of this method.
Since:
UES6-00
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