|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface BasicDocument.PrePostDocumentListener
The PrePostDocumentListener is a listener interface that
allows secondary models (such as a DocumentRenderer or CodeFoldingModel)
to be notified before and/or after regular document notification.
This ensures that such secondary models will be up-to-date by the time
any dependent views are notified through the regular document
notification mechanism.
| Method Summary | |
|---|---|
void |
postNotify(javax.swing.event.DocumentEvent event)
Post-notification after regular document listener notification is delivered. |
void |
preNotify(javax.swing.event.DocumentEvent event)
Pre-notification before the regular document listener notification is delivered. |
| Method Detail |
|---|
void preNotify(javax.swing.event.DocumentEvent event)
event - the event describing the document changevoid postNotify(javax.swing.event.DocumentEvent event)
event - the event describing the document change
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||