[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.

The following tables list the members exposed by the BeanEventBean type.

Public Properties

  NameDescription
EventType
Return the BeanEventBean.EventType instance that describes the set of properties available for this event.

Item
Returns the value of an event property.

Underlying
Get the underlying data object to this event wrapper.