Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HashTimerEntry

Hash Element used for "selectors with interval"

param
param
param
param
param
param

Hierarchy

  • HashTimerEntry

Index

Constructors

constructor

  • newHashTimerEntry(timers: any, target: ISchedulable, timerIndex: number, currentTimer: any, currentTimerSalvaged: any, paused: any): HashTimerEntry

Properties

currentTimer

currentTimer: any

currentTimerSalvaged

currentTimerSalvaged: any

paused

paused: any

target

target: ISchedulable

timerIndex

timerIndex: number

timers

timers: any

Static Private _hashTimerEntries

_hashTimerEntries: any = []

Methods

Static get

  • get(timers: any, target: ISchedulable, timerIndex: number, currentTimer: any, currentTimerSalvaged: any, paused: any): any

Static put

  • put(entry: any): void

Generated using TypeDoc