Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventListeners

Hierarchy

  • Base
    • EventListeners

Index

Accessors

Protected Devices

Protected EventListeners

Protected IsNode

  • get IsNode(): boolean

Methods

Protected log

  • log(type: LOG_TYPE, message: string): void

run

  • run(event: EVENT, ...args: any[]): void

Protected setTimeoutAsync

  • setTimeoutAsync(time: number): Promise<Object>

subscribe

  • subscribe(event: EVENT, cb: function): (Anonymous function)
  • Parameters

    • event: EVENT
    • cb: function
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns (Anonymous function)

Generated using TypeDoc