Interface IForceCloseCallback
-
- All Implemented Interfaces:
public interface IForceCloseCallback
-
-
Method Summary
Modifier and Type Method Description abstract UnitforceClose()This method is called when the activity is closed by the timeout with canceling UnitsubmitCurrentResult()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
-
-
-
-