public interface EventBeanFactory
EventBean
instances given an underlying event object.
Not transferable between engine instances.
Modifier and Type | Method and Description |
---|---|
Class |
getUnderlyingType()
Returns the type of the underlying class expected for successful wrapping.
|
EventBean |
wrap(Object underlying)
Wraps the underlying event object.
|