Add a bunch of "old" methods to be able to still use java code
This commit is contained in:
parent
4af160853d
commit
4f865ec95f
4 changed files with 148 additions and 43 deletions
|
|
@ -23,4 +23,8 @@ class EventHub @Inject constructor() {
|
|||
sharedEventFlow.emit(event)
|
||||
eventsSubject.onNext(event)
|
||||
}
|
||||
|
||||
fun dispatchOld(event: Event) {
|
||||
eventsSubject.onNext(event)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue