public interface IDocumentUndoListener
Document undo listeners must be prepared to receive notifications from a background thread. Any UI access occurring inside the implementation must be properly synchronized using the techniques specified by the client's widget library.
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
documentUndoNotification(DocumentUndoEvent event)
The document is involved in an undo-related change.
|
void documentUndoNotification(DocumentUndoEvent event)
event
- the document undo event that describes the particular notification
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.