Interface DecoratorProvider
-
- All Implemented Interfaces:
public interface DecoratorProviderA provider for the list of Decorators that will be used to decorate the message list items.
-
-
Method Summary
Modifier and Type Method Description abstract List<Decorator>getDecorators()The list of Decorators that will be used to decorate the message list items. -
-
Method Detail
-
getDecorators
abstract List<Decorator> getDecorators()
The list of Decorators that will be used to decorate the message list items.
-
-
-
-