Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProgressLocationService

Hierarchy

  • ProgressLocationService

Implements

Index

Constructors

Properties

emitters: Map<string, Emitter<LocationProgress>[]> = ...
lastEvents: Map<string, LocationProgress> = ...
progressByLocation: Map<string, Set<string>> = ...

Methods

  • fireEvent(locationId: string, show: boolean): void
  • processEvent(progressId: string, locationId: string, event: "start" | "done"): void