Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.core.commands.operations.OperationHistoryEvent

Packages that use OperationHistoryEvent
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.  
 

Uses of OperationHistoryEvent in org.eclipse.core.commands.operations
 

Methods in org.eclipse.core.commands.operations with parameters of type OperationHistoryEvent
 void TriggeredOperations.aboutToNotify(OperationHistoryEvent event)
           
 void IOperationHistoryListener.historyNotification(OperationHistoryEvent event)
          Something of note has happened in the IOperationHistory.
 void IAdvancedUndoableOperation.aboutToNotify(OperationHistoryEvent event)
           An operation history notification about this operation is about to be sent to operation history listeners.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.