Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Timer

Hierarchy

  • Timer

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Static Event

Event: TimerEvent = TimerEvent

Methods

dispose

  • dispose(): void

off

  • off(event: string, callback: Function): void
  • Parameters

    • event: string
    • callback: Function

    Returns void

on

  • on(event: string, callback: Function): void
  • Parameters

    • event: string
    • callback: Function

    Returns void

pause

  • pause(): void

start

  • start(): void

unpause

  • unpause(): void