Changes
Page history
mak28ma created page: athen editorevents
authored
May 24, 2017
by
Markus Krug
Show whitespace changes
Inline
Side-by-side
athen---editorevents.md
0 → 100644
View page @
0bb7daa7
# 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