Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CallbackStrategy

Class representing the listeners notification solution.

Abstraction supporting javascript callback patterns.

Ex: Given an event publication the listener will be notified via

   callBack(eventData);

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected callBack

callBack: function

Type declaration

    • (event: any): void
    • Parameters

      • event: any

      Returns void

Methods

getStrategyName

  • getStrategyName(): string

onNotification

  • onNotification(event: CustomEvent): void

Generated using TypeDoc