PlaybackRouter

interface PlaybackRouter

Used to send a playback control event to handler

Functions

Link copied to clipboard
abstract fun buttonPressed(button: PlaybackButton)

Called by the client when a button is pressed(physical button or GUI) Event will be delivered to the handler specified by setHandler

Link copied to clipboard
abstract fun setHandler(handler: PlaybackHandler?)

Set the handler that receive buttonPressed event

Inheritors

Link copied to clipboard