Update athen editorevents authored by Markus Krug's avatar Markus Krug
......@@ -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
......
......