@java.lang.FunctionalInterface interface EventBus extends EventEmitter, Subjects
An EventBus is both an EventEmitter and a Subjects
Type Params | Return Type | Name and description |
---|---|---|
|
abstract boolean |
isActive()
|
Methods inherited from class | Name |
---|---|
interface EventEmitter |
notify, notify, notify, publish, publish, publish, sendAndReceive, sendAndReceive |
interface Subjects |
on, subscribe, subscribe, unsubscribeAll |