Show / Hide Table of Contents

Class APIEventBus

The APIEventBus, used for notifying subscribers of new messages to the api. Subscribers will be notified when their subscribed event occurs.

Inheritance
java.lang.Object
EventBusBase
APIEventBus
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
EventBusBase.<TEvent>castSubscribers(List<ISubscriber<?>>)
EventBusBase.<TEvent>publish(TEvent)
EventBusBase.subscribe(ISubscriber<?>)
EventBusBase.unsubscribe(ISubscriber<?>)
Namespace:
Assembly: .dll
Syntax
public class APIEventBus extends EventBusBase<IAPIEvent>

Constructors

APIEventBus()

Declaration
public APIEventBus()

Methods

getInstance()

Gets the singelton instance.

Declaration
public static APIEventBus getInstance()
Returns
Type Description

The instance

In This Article
Back to top Generated by DocFX