public interface EventPropertyValueGetter
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE
Type class of EventPropertyValueGetter.class
|
static EPTypeClass |
EPTYPEARRAY
Type class of EventPropertyValueGetter[].class
|
Modifier and Type | Method and Description |
---|---|
Object |
get(EventBean eventBean)
Return the value for the property in the event object specified when the instance was obtained.
|
static final EPTypeClass EPTYPE
static final EPTypeClass EPTYPEARRAY
Object get(EventBean eventBean) throws PropertyAccessException
eventBean
- is the event to get the value of a property fromPropertyAccessException
- to indicate that property access failedCopyright © 2005–2021. All rights reserved.