Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INotify

Interface to provide event emitter functionality. Also see INotifyMixin decorator mixin.

Hierarchy

Index

Methods

addListener

  • addListener(id: string, fn: Listener, scope?: any): boolean

notify

  • notify(event: Event): void

removeListener

  • removeListener(id: string, fn: Listener, scope?: any): boolean

Generated using TypeDoc