JxrPlatformAdapter.PointerCaptureComponent.StateListener


public interface JxrPlatformAdapter.PointerCaptureComponent.StateListener


Functional interface for receiving updates about the state of pointer capture.

Summary

Public methods

abstract void
onStateChanged(int newState)

Called when the state of pointer capture changes.

Public methods

onStateChanged

Added in 1.0.0-alpha03
abstract void onStateChanged(int newState)

Called when the state of pointer capture changes.

Parameters
int newState

The new state of pointer capture.