Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Dispatcher<A>

Used to dispatch an object of type <A> to any subscribers.

Type parameters

  • A

    The type of object to be dispatched.

Callable

  • __call(action: A): void
  • Used to dispatch an object of type <A> to any subscribers.

    Parameters

    • action: A

    Returns void

Generated using TypeDoc