Uses of Class
org.eclipse.core.commands.operations.OperationHistoryEvent
-
Packages that use OperationHistoryEvent Package Description org.eclipse.core.commands.operations Classes for the creation of undoable operations which can be added to an operations history and later be undone and redone.org.eclipse.ui.ide.undo APIs that provide undo and redo behavior for operations that manipulate the workspace. -
-
Uses of OperationHistoryEvent in org.eclipse.core.commands.operations
Methods in org.eclipse.core.commands.operations with parameters of type OperationHistoryEvent Modifier and Type Method Description void
IAdvancedUndoableOperation. aboutToNotify(OperationHistoryEvent event)
An operation history notification about this operation is about to be sent to operation history listeners.void
TriggeredOperations. aboutToNotify(OperationHistoryEvent event)
void
IOperationHistoryListener. historyNotification(OperationHistoryEvent event)
Something of note has happened in the IOperationHistory. -
Uses of OperationHistoryEvent in org.eclipse.ui.ide.undo
Methods in org.eclipse.ui.ide.undo with parameters of type OperationHistoryEvent Modifier and Type Method Description void
AbstractWorkspaceOperation. aboutToNotify(OperationHistoryEvent event)
-