Interface IForceCloseCallback
-
- All Implemented Interfaces:
public interface IForceCloseCallback
-
-
Method Summary
Modifier and Type Method Description abstract Unit
forceClose()
This method is called when the activity is closed by the timeout with canceling Unit
submitCurrentResult()
This method is called when the activity is closed by timeout with returning the result -
-
Method Detail
-
forceClose
abstract Unit forceClose()
This method is called when the activity is closed by the timeout with canceling
-
submitCurrentResult
Unit submitCurrentResult()
This method is called when the activity is closed by timeout with returning the result
-
-
-
-