Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

_isDisposed

_isDisposed: boolean = false

_observables

_observables: Set<Observable>

Private _t

Accessors

isDisposed

  • get isDisposed(): boolean
  • Returns boolean

Methods

deepUpdate

  • deepUpdate(): void
  • This method allows to explicitly update the instance itself and nested observers. If notifications are disabled a call to this method ensures an update of such nested observers. It should be implemented in derived classes whenever applicable

    Returns void

dispose

  • dispose(): void
  • Returns void

registerWith

registerWithObservables

  • registerWithObservables(o: Observer): void
  • register with all observables of a given observer. Note that this does not include registering with the observer itself.

    Parameters

    Returns void

unregisterWith

unregisterWithAll

  • unregisterWithAll(): void

update

  • update(): void
  • Returns void