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 change
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.