Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines an interface for an observer to receive a message via a notify() method

Type parameters

  • T

Hierarchy

  • Observer

Implemented by

Index

Methods

Methods

  • notify(message: T): void