Class UndoAddedEvent
- java.lang.Object
-
- de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
-
- de.hybris.platform.cockpit.events.impl.AbstractUndoRedoEvent
-
- de.hybris.platform.cockpit.events.impl.UndoAddedEvent
-
- All Implemented Interfaces:
CockpitEvent
public class UndoAddedEvent extends AbstractUndoRedoEvent
Event produced after a new undo-able operation was added to undo manager.
-
-
Constructor Summary
Constructors Constructor Description UndoAddedEvent(java.lang.Object source, UndoableOperation operation)Constructor.
-
Method Summary
-
Methods inherited from class de.hybris.platform.cockpit.events.impl.AbstractUndoRedoEvent
getOperation
-
Methods inherited from class de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
getSource, toString
-
-
-
-
Constructor Detail
-
UndoAddedEvent
public UndoAddedEvent(java.lang.Object source, UndoableOperation operation)Constructor.- Parameters:
source- the source of this eventoperation- operation performed
-
-