Class AbstractUndoRedoEvent
java.lang.Object
de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
de.hybris.platform.cockpit.events.impl.AbstractUndoRedoEvent
- All Implemented Interfaces:
CockpitEvent
- Direct Known Subclasses:
UndoAddedEvent,UndoRedoEvent
Superclass of undo/re-do related events.
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractUndoRedoEvent(Object source, UndoableOperation operation) Constructor. -
Method Summary
Methods inherited from class de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
getSource, toString
-
Constructor Details
-
AbstractUndoRedoEvent
Constructor.- Parameters:
source- the source of this eventoperation- undo-able operation
-
-
Method Details
-
getOperation
-