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

Interface for event representation. All events have an EventBean.EventType. Events also usually have one or more event properties. This interface allows the querying of event type, event property values and the underlying event object.

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

Public Properties

  NameDescription
EventType
Return the EventBean.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.