Package com.macrofocus.command
Interface Future<V>
-
public interface Future<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
get()
-
-
-
Method Detail
-
get
V get() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-