Class HtmlInteractiveProgressListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onInteractiveFinished() Triggered, when interactive is considered finished, e.g. end of game
      void onInteractiveStarted() Triggered, when interactive is started, e.g. when user presses start button
      • Methods inherited from class java.lang.Object

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

      • HtmlInteractiveProgressListener

        HtmlInteractiveProgressListener()
    • Method Detail

      • onInteractiveFinished

         abstract void onInteractiveFinished()

        Triggered, when interactive is considered finished, e.g. end of game

      • onInteractiveStarted

         void onInteractiveStarted()

        Triggered, when interactive is started, e.g. when user presses start button