public class EventBeanManufacturerCtor extends Object implements EventBeanManufacturer
Constructor and Description |
---|
EventBeanManufacturerCtor(net.sf.cglib.reflect.FastConstructor fastConstructor,
BeanEventType beanEventType,
EventAdapterService eventAdapterService) |
Modifier and Type | Method and Description |
---|---|
EventBean |
make(Object[] properties)
Make an event object populating property values.
|
Object |
makeUnderlying(Object[] properties) |
public EventBeanManufacturerCtor(net.sf.cglib.reflect.FastConstructor fastConstructor, BeanEventType beanEventType, EventAdapterService eventAdapterService)
public EventBean make(Object[] properties)
EventBeanManufacturer
make
in interface EventBeanManufacturer
properties
- values to populatepublic Object makeUnderlying(Object[] properties)
makeUnderlying
in interface EventBeanManufacturer