Class AbstractEventDecorator<T extends AbstractEvent>

java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventDecorator<T>
All Implemented Interfaces:
EventDecorator<T>

public abstract class AbstractEventDecorator<T extends AbstractEvent> extends Object implements EventDecorator<T>
Base class for easier implementation of EventDecorator beans. It's providing a priority property.
  • Constructor Details

    • AbstractEventDecorator

      public AbstractEventDecorator()
  • Method Details