[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
Name | Description | |
---|---|---|
![]() | 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 | (Overrides .ToString().) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |