Show / Hide Table of Contents

Class GeneralEventBus

The GeneralEventBus used for publish API unrelated events.

Inheritance
java.lang.Object
EventBusBase
GeneralEventBus
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 GeneralEventBus extends EventBusBase<IEvent>

Constructors

GeneralEventBus()

Declaration
public GeneralEventBus()

Methods

getInstance()

Gets the singelton instance

Declaration
public static GeneralEventBus getInstance()
Returns
Type Description

The instance

In This Article
Back to top Generated by DocFX