mak28ma created page: athen editorevents authored by Markus Krug's avatar Markus Krug
# ATHENs Editor Events
This page is an overview of the events, that are currently available to all classes that extend ```AEditorSubordinateViewPart```
## Editor Lifecycle Events
Those are events that correlate with the lifecycle of a document or the editor itself
```java
public void onEditorClosed(Event e) {
```
```java
public void onEditorInputChanged(AnnotationEditorWidget widget) {
```
\ No newline at end of file