public static interface CustomViewManager.BasicElementObserver extends CustomViewManager.CustomView
Modifier and Type | Method and Description |
---|---|
void |
elementChanged(DocumentEvent[] events)
Invoked to report structure and/or attribute changes in an element
matching the name pattern of this observer.
|
customViewAdded, customViewRemoved
void elementChanged(DocumentEvent[] events)
elementChanged notification is delayed until Document.beginEdit()
/ Document.endEdit()
is finished.
events
- DocumentEvents specifying structure and/or attribute
changes