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
org.andengine.util.call
Interface Callable<T>
public interface
Callable<T>
(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.
Since:
20:52:44 - 03.01.2010
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
call
()
Computes a result, or throws an exception if unable to do so.
Method Detail
call
T
call() throws java.lang.Exception
Computes a result, or throws an exception if unable to do so.
Returns:
the computed result.
Throws:
java.lang.Exception
- if unable to compute a result.
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