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
com.codename1.util
Interface RunnableWithResultSync<T>
public interface
RunnableWithResultSync<T>
A Runnable like interface that can return a result synchronously
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
run
()
Similar to the runnable interface but can return a result
Method Detail
run
T
run()
Similar to the runnable interface but can return a result
Returns:
the result of the run operation
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