public interface EventPropertyGetterIndexed
Modifier and Type | Method and Description |
---|---|
Object |
get(EventBean eventBean,
int index)
Return the value for the property in the event object specified when the instance was obtained.
|
Object get(EventBean eventBean, int index) throws PropertyAccessException
eventBean
- is the event to get the value of a property fromindex
- the index valuePropertyAccessException
- to indicate that property access failed