Created
January 11, 2019 23:59
-
-
Save adam-arold/d4f9ac50c87f105b2c6727653d355c3f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
observable.onEvent(object : Listener<Event>{ | |
override fun accept(event: Event) { | |
// ... | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment