Interface DecoratingEventBean
- All Known Implementing Classes:
NaturalEventBean
,WrapperEventBean
public interface DecoratingEventBean
Interface for event types that provide decorating event properties as a name-value map.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns decorating properties.Returns the underlying event to the decorated event.
-
Field Details
-
EPTYPE
-
-
Method Details
-
getDecoratingProperties
Returns decorating properties.- Returns:
- property name and values
-
getUnderlyingEvent
EventBean getUnderlyingEvent()Returns the underlying event to the decorated event.- Returns:
- underlying
-