Package com.my.target.common.listeners
Class HtmlInteractionListener
-
- All Implemented Interfaces:
public abstract class HtmlInteractionListenerClass for handling user interactions with HTML5 content (e.g. User touched content with MotionEvent.ACTION_DOWN/ACTION_UP)
-
-
Constructor Summary
Constructors Constructor Description HtmlInteractionListener()
-
Method Summary
Modifier and Type Method Description abstract voidonActionDown()Triggered, when user performs MotionEvent. abstract voidonActionUp()Triggered, when user performs MotionEvent. -
-
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
-
-
-
-