Reference - BaklavaJS
    Preparing search index...

    Class BaklavaEvent<T, E>

    Main event class for Baklava

    Type Parameters

    • T
    • E

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    entity: E

    Accessors

    Methods

    • Invoke all listeners

      Parameters

      • data: T

        The data to invoke the listeners with.

      Returns void

    • Remove a listener

      Parameters

      • token: any

        The token that was specified when subscribing to the listener. An invalid token does not result in an error.

      Returns void