|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventBean
Interface for event representation. All events have an 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.
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.String property)
Returns the value of an event property. |
EventType |
getEventType()
Return the EventType instance that describes the set of properties available for this event. |
java.lang.Object |
getUnderlying()
Get the underlying data object to this event wrapper. |
Method Detail |
---|
EventType getEventType()
EventType
instance that describes the set of properties available for this event.
java.lang.Object get(java.lang.String property) throws PropertyAccessException
property
- - name of the property whose value is to be retrieved
PropertyAccessException
- - if there is no property of the specified name, or the property cannot be accessedjava.lang.Object getUnderlying()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |