Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISubscribable<TData, TId>

Represents a subscribable element. It allows to (un)subscribe to an instance. When the subscribers are notified, depends on the implementation of the interface.

Type Parameters

  • TData

  • TId = number

Hierarchy

  • ISubscribable

Implemented by

Index

Methods

  • unsubscribe(id: TId): void

Generated using TypeDoc