Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ListEntry

用于“优先更新”的列表

class

ListEntry

param

selector will no longer be called and entry will be removed at end of the next tick

param

selector will no longer be called and entry will be removed at end of the next tick

param

selector will no longer be called and entry will be removed at end of the next tick

param

selector will no longer be called and entry will be removed at end of the next tick

Hierarchy

  • ListEntry

Index

Constructors

constructor

  • newListEntry(target: ISchedulable, priority: Number, paused: Boolean, markedForDeletion: Boolean): ListEntry

Properties

markedForDeletion

markedForDeletion: Boolean

paused

paused: Boolean

priority

priority: Number

target

target: ISchedulable

Static Private _listEntries

_listEntries: any = []

Methods

Static get

  • get(target: ISchedulable, priority: Number, paused: Boolean, markedForDeletion: Boolean): any

Static put

  • put(entry: any): void

Generated using TypeDoc