Node.OnTapListener

public static interface Node.OnTapListener
Known Indirect Subclasses

Interface definition for a callback to be invoked when a node is tapped.

Public Methods

abstract void
onTap(HitTestResult hitTestResult, MotionEvent motionEvent)
Handles when a node has been tapped.

Public Methods

public abstract void onTap (HitTestResult hitTestResult, MotionEvent motionEvent)

Handles when a node has been tapped.

getNode() will always be this node or one of its children.

Parameters
hitTestResult represents the node that was tapped and information about where it was touched
motionEvent the ACTION_UP MotionEvent that caused the tap