SceneListener

interface SceneListener

Provides an interface for listeners to Scene change events.

Functions

Link copied to clipboard
abstract fun clear(scene: Scene)

Invoke the listener to notify clearing of a specified scene.

Link copied to clipboard
abstract fun enter(scene: Scene, transition: SceneTransition)

Invoke the listener to notify entry of a specified scene with a specified transition.

Link copied to clipboard
abstract fun exit(scene: Scene, transition: SceneTransition)

Invoke the listener to notify exit of a specified scene with a specified transition.