public static interface Annotations.AnnotationsListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
changedAll()
It is not possible to trace what have changed and so the listeners
are only informed that something has changed and that the change
must be reflected somehow (most probably by complete redraw).
|
void |
changedLine(int Line)
This method is fired when annotations on the line are changed -
annotation was added, removed, changed, etc.
|
void changedLine(int Line)
void changedAll()