public interface IDocumentListener
Clients may implement this interface.
IDocument
Modifier and Type | Method and Description |
---|---|
void |
documentAboutToBeChanged(DocumentEvent event)
The manipulation described by the document event will be performed.
|
void |
documentChanged(DocumentEvent event)
The manipulation described by the document event has been performed.
|
void documentAboutToBeChanged(DocumentEvent event)
event
- the document event describing the document changevoid documentChanged(DocumentEvent event)
event
- the document event describing the document changeGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.