Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Connection

Represents a connections.

Hierarchy

  • Connection

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Connection(handler: Function, type: string[], limit: number | null, target: unknown): Connection

Properties

handler

handler: Function

Event handler

limit

limit: number | null

Event limit (Null means no limit.)

target

target: unknown

Event target

type

type: string[]

Event type followed by scopes

Methods

trigger

  • trigger(object: unknown, target: unknown, parameters?: unknown[]): unknown[]
  • Invokes the newly-registered handler.

    Parameters

    • object: unknown

      object firing the specified event

    • target: unknown

      target of the specified event

    • Optional parameters: unknown[]

      array of parameters of the specified event

    Returns unknown[]

    the returned values of the invoked handlers

triggerDirect

  • triggerDirect(object: unknown, target: unknown, args?: unknown[]): unknown[]

Generated using TypeDoc