Skip to content

Instantly share code, notes, and snippets.

@o4oren
Created May 2, 2020 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save o4oren/df31c31080b5712bfa13b3958e54b681 to your computer and use it in GitHub Desktop.
Save o4oren/df31c31080b5712bfa13b3958e54b681 to your computer and use it in GitHub Desktop.
onRotate interface
interface RotaryKnobListener {
fun onRotate(value: Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment