Class HtmlInteractionListener

  • All Implemented Interfaces:

    
    public abstract class HtmlInteractionListener
    
                        

    Class for handling user interactions with HTML5 content (e.g. User touched content with MotionEvent.ACTION_DOWN/ACTION_UP)

    • 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 onActionDown() Triggered, when user performs MotionEvent.
      abstract void onActionUp() Triggered, when user performs MotionEvent.
      • Methods inherited from class java.lang.Object

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

      • HtmlInteractionListener

        HtmlInteractionListener()
    • Method Detail

      • onActionDown

         abstract void onActionDown()

        Triggered, when user performs MotionEvent.ACTION_DOWN on HTML5 content

      • onActionUp

         abstract void onActionUp()

        Triggered, when user performs MotionEvent.ACTION_UP on HTML5 content