Skip to content

Instantly share code, notes, and snippets.

@adam-arold
Created January 11, 2019 23:47
Show Gist options
  • Save adam-arold/68d58770c8804a461236ef6e5f3f281a to your computer and use it in GitHub Desktop.
Save adam-arold/68d58770c8804a461236ef6e5f3f281a to your computer and use it in GitHub Desktop.
interface EventBus {
fun <T : Event> subscribe(klass: KClass<T>,
callback: (T) -> Unit)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment