Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReduxStrategy

Class representing the listeners notification solution.

Abstraction supporting Redux API.

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

   listenerStore.dispatch(eventData);

Hierarchy

Index

Constructors

constructor

Properties

Protected callBack

callBack: function

Type declaration

    • (event: any): void
    • Parameters

      • event: any

      Returns void

Methods

Private createAction

  • createAction(event: CustomEvent): AnyAction

getStrategyName

  • getStrategyName(): string

onNotification

  • onNotification(event: CustomEvent): void

Generated using TypeDoc