Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventSystem

Hierarchy

  • EventSystem

Index

Constructors

constructor

Properties

Private Ecounter

Ecounter: number = 0

Private Rcounter

Rcounter: number = 0

Private dict

dict: Dictionary<IEventEmitter, Dictionary<String, LinkedDictionary<IEventReceiver, EventCallback>>> = new Collections.Dictionary<IEventEmitter, Collections.Dictionary<String, Collections.LinkedDictionary<IEventReceiver, EventCallback>>>()

Methods

discardEmitter

discardListener

emit

  • emit(src: IEventEmitter, resCallback: (res: any) => void, evt: String, args: any[]): number

getUID

  • getUID(isE?: boolean): number

listen

Generated using TypeDoc