Class AbstractBackofficeCronJobEventListener<T extends AbstractCronJobPerformEvent>

java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<T>
com.hybris.backoffice.events.AbstractBackofficeCronJobEventListener<T>
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<T>
Direct Known Subclasses:
AfterCronJobFinishedEventListener, BeforeCronJobStartEventListener

public abstract class AbstractBackofficeCronJobEventListener<T extends AbstractCronJobPerformEvent> extends AbstractEventListener<T>
  • Constructor Details

    • AbstractBackofficeCronJobEventListener

      public AbstractBackofficeCronJobEventListener()
  • Method Details