Class Observer

Hierarchy

  • Observer

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • callback: any

    Returns Observer

Properties

Private callbackfunction

callbackfunction: any

use strict

use strict: any

Methods

getNotification

  • getNotification(data: any): void