Notification Class

Represents a notification to an observer.

Namespace: SharpKit.Rx

Base Types

System.Object

Base Interfaces

Constructors

Name Description
Notification(string, object) Constructs a notification.
Notification(string) Constructs a notification.

Methods

Name Description
Accept(Observer) Invokes the observer's method corresponding to the notification.

Properties

Name Description
Kind Gets the kind of notification that is represented.
Value Returns the current value.
© Copyright 2005-2011 SharpKit. All rights reserved.