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