|
||||||||||
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 | |
---|---|
Object |
get(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. |
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.
Object get(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 accessedObject getUnderlying()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |