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

Get property values from an event instance for a given event property. Instances that implement this interface are usually bound to a particular net.esper.events.EventType and cannot be used to access net.esper.events.EventBean instances of a different type.

Namespace: net.esper.events
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Interface EventPropertyGetter
C#
public interface EventPropertyGetter
Visual C++
public interface class EventPropertyGetter

See Also