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

  NameDescription
Equals
Returns true if this object equals the other object.
(Overrides .Equals(Object).)
GetHashCode
Serves as a hash function for a particular type.
(Overrides .GetHashCode().)
GetType (Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Overrides .ToString().)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Protected Constructors

  NameDescription
BeanEventBeanNew
Constructor.

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.