Class StartStopEvent
- java.lang.Object
-
- de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
-
- de.hybris.platform.cockpit.events.impl.ItemChangedEvent
-
- de.hybris.platform.importcockpit.events.impl.StartStopEvent
-
- All Implemented Interfaces:
CockpitEvent
public class StartStopEvent extends ItemChangedEvent
Import Cockpit event fired when an import cockpit cron job has been started or stopped. User: tolik Date: Nov 25, 2009 Time: 5:18:36 PM
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.cockpit.events.impl.ItemChangedEvent
ItemChangedEvent.ChangeType
-
-
Constructor Summary
Constructors Constructor Description StartStopEvent(java.lang.Object source, TypedObject typedObject, CronJobActionType actionType, java.util.Date eventTime)
StartStopEvent(java.lang.Object source, ImportCockpitCronJobModel model, CronJobActionType actionType, java.util.Date eventTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CronJobActionType
getActionType()
java.util.Date
getEventTime()
ImportCockpitCronJobModel
getProcess()
-
Methods inherited from class de.hybris.platform.cockpit.events.impl.ItemChangedEvent
getChangeType, getItem, getParameters, getProperties
-
Methods inherited from class de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
getSource, toString
-
-
-
-
Constructor Detail
-
StartStopEvent
public StartStopEvent(java.lang.Object source, TypedObject typedObject, CronJobActionType actionType, java.util.Date eventTime)
-
StartStopEvent
public StartStopEvent(java.lang.Object source, ImportCockpitCronJobModel model, CronJobActionType actionType, java.util.Date eventTime)
-
-
Method Detail
-
getEventTime
public java.util.Date getEventTime()
-
getActionType
public CronJobActionType getActionType()
-
getProcess
public ImportCockpitCronJobModel getProcess()
-
-