Notification Class

RxJS

Represents a notification to an observer.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
Rx.Notification = function();

Type.createClass(
	'Rx.Notification',
	Rx.Observable);

Inheritance Hierarchy

System..::.Object
  Rx..::.Observable
    Rx..::.Notification

See Also