Skip to content

Instantly share code, notes, and snippets.

@tomaszrykala
Created January 20, 2018 23:50
Show Gist options
  • Save tomaszrykala/aef333a8888dbd22e5228beaed5f8beb to your computer and use it in GitHub Desktop.
Save tomaszrykala/aef333a8888dbd22e5228beaed5f8beb to your computer and use it in GitHub Desktop.
AbcButtonsSupplier.kt
interface AbcButtonsSupplier : BaseSupplier, Button.OnButtonEventListener {
fun setListener(listener: Listener)
interface Listener {
fun onButtonEvent(abcButton: AbcButton, pressed: Boolean)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment