public interface RemotePlayerControllerListener
abstract Unit
onPlay()
onPause()
onSeekTo(Long newPosition)
onFastForward(Long amount)
onRewind(Long amount)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit onPlay()
abstract Unit onPause()
abstract Unit onSeekTo(Long newPosition)
abstract Unit onFastForward(Long amount)
abstract Unit onRewind(Long amount)