Skip to content

com.oscleton.sdk.callbacks.liveset / LiveSetCallbacks

LiveSetCallbacks

class LiveSetCallbacks

LiveSetCallbacks contains callbacks triggered by the Live set changes.

If you prefer using a reactive approach, consider using LiveSetRx from the 'core-rxjava2' artifact instead.

Since 1.0

Functions

Name Summary
removeAllListeners fun removeAllListeners():Unit
Remove all listeners.
removeOnTempoChangeListener fun removeOnTempoChangeListener():Unit
Remove the current OnTempoChangeListener.
set fun set(listener:OnTempoChangeListener):Unit
Register a callback to be invoked when the general tempo changes.