Interface IForceCloseCallback

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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