Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NotificationStrategyFoundation

Abstract class to encapsulate the structure and methods of the notifications strategies.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected callBack

callBack: function

Type declaration

    • (event: any): void
    • Parameters

      • event: any

      Returns void

Methods

Abstract getStrategyName

  • getStrategyName(): string

Abstract onNotification

  • onNotification(event: CustomEvent): void

Generated using TypeDoc