Searched defs:on (Results 1 – 5 of 5) sorted by relevance
21 on(event: T | T[], cb: Callback): () => void; method
22 public on(event: string, callback: Function): void { method in Broadcast
130 on = async () => { property in DataShareHelper
33 public on(event: string | string[], callback: Callback) { method in EventBus