Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEmitterAndWatcher

Interface for components that can both emit and watch events. Combines the capabilities of both IWatcher and IEmitter interfaces.

interface

IEmitterAndWatcher

Hierarchy

Index

Methods

emitEvent

  • emitEvent(eventName: string): void

subscribeShared

subscribeUser

unsubscribe

  • unsubscribe(eventName: string): void

Generated using TypeDoc