public class BeanEventBeanConfiguredCopyMethod extends Object implements EventBeanCopyMethod
Constructor and Description |
---|
BeanEventBeanConfiguredCopyMethod(BeanEventType beanEventType,
EventAdapterService eventAdapterService,
net.sf.cglib.reflect.FastMethod copyMethod)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventBean |
copy(EventBean theEvent)
Copy the event bean returning a shallow copy.
|
public BeanEventBeanConfiguredCopyMethod(BeanEventType beanEventType, EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod copyMethod)
beanEventType
- type of bean to copyeventAdapterService
- for creating eventscopyMethod
- method to copy the eventpublic EventBean copy(EventBean theEvent)
EventBeanCopyMethod
copy
in interface EventBeanCopyMethod
theEvent
- to copy