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

A view that acts as an adapter between views and update listeners. The view can be added to a parent view. When the parent view publishes data, the view will forward the data to the UpdateListener implementation that has been supplied. If no UpdateListener has been supplied, then the view will cache the last data published by the parent view.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class BufferView _
	Inherits ViewSupport
C#
public sealed class BufferView : ViewSupport
Visual C++
public ref class BufferView sealed : public ViewSupport

Inheritance Hierarchy

System.Object
  net.esper.view.ViewSupport
    net.esper.view.internals.BufferView