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

Wrapper for regular objects the represent events. Allows access to event properties, which is done through the getter supplied by the event type. BeanEventBean.EventType instances containing type information are obtained from net.esper.events.BeanEventAdapter. Two BeanEventBean instances are equal if they have the same event type and refer to the same instance of event object. Clients that need to compute equality between objects wrapped by this class need to obtain the underlying object.

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

Syntax

Visual Basic (Declaration)
<DefaultMemberAttribute("Item")> _
Public Class BeanEventBean _
	Implements EventBean
C#
[DefaultMemberAttribute("Item")]
public class BeanEventBean : EventBean
Visual C++
[DefaultMemberAttribute(L"Item")]
public ref class BeanEventBean : EventBean

Inheritance Hierarchy

System.Object
  net.esper.events.BeanEventBean

See Also