Package com.embabel.agent.core
Interface MayHaveLastResult
-
- All Implemented Interfaces:
public interface MayHaveLastResult
-
-
Method Summary
Modifier and Type Method Description abstract ObjectlastResult()Last result, of any type, if there is one. -
-
Method Detail
-
lastResult
abstract Object lastResult()
Last result, of any type, if there is one.
-
-
-
-