[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Set the observer for indicating new and old data.

Namespace: net.esper.view.internals
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public WriteOnly Property Observer As BufferObserver
C#
public BufferObserver Observer { set; }
Visual C++
public:
property BufferObserver^ Observer {
	void set (BufferObserver^ value);
}