Changes
Page history
Update athen editorevents
authored
May 24, 2017
by
Markus Krug
Show whitespace changes
Inline
Side-by-side
athen---editorevents.md
View page @
80f3990b
...
...
@@ -20,6 +20,13 @@ Called whenever the document changes (**Note**: the class ```AEditorSubordinateV
## Editor Styling related
```
java
public
void
onEditorStyleChanged
(
Event
arg0
)
{
}
```
This method gets called, whenever the drawingstrategy or the layer information of a type gets changed
## Editor Annotation Related
```
java
...
...
...
...