public class EventBeanManufacturerObjectArray extends Object implements EventBeanManufacturer
Constructor and Description |
---|
EventBeanManufacturerObjectArray(ObjectArrayEventType eventType,
EventAdapterService eventAdapterService,
WriteablePropertyDescriptor[] properties)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventBean |
make(Object[] properties)
Make an event object populating property values.
|
Object[] |
makeUnderlying(Object[] properties) |
public EventBeanManufacturerObjectArray(ObjectArrayEventType eventType, EventAdapterService eventAdapterService, WriteablePropertyDescriptor[] properties)
eventType
- type to createeventAdapterService
- event factoryproperties
- written propertiespublic EventBean make(Object[] properties)
EventBeanManufacturer
make
in interface EventBeanManufacturer
properties
- values to populatepublic Object[] makeUnderlying(Object[] properties)
makeUnderlying
in interface EventBeanManufacturer