public interface IEditorStateListener
TestEditorPlugin.addEditorListener(IEditorStateListener)
.
Clients should not assume that, when any of the methods is called, the type of the TestEditor
is known type.
Always use instanceof
when accessing TestEditor
or TestEditor.getTest()
.Modifier and Type | Field and Description |
---|---|
static int |
AFTER_SAVE |
static int |
BEFORE_SAVE |
static int |
LOADED |
static int |
UNLOADING |
Modifier and Type | Method and Description |
---|---|
void |
afterSave(TestEditor editor) |
boolean |
beforeSave(TestEditor editor) |
void |
loaded(TestEditor editor) |
void |
unloading(TestEditor editor) |
static final int LOADED
static final int BEFORE_SAVE
static final int AFTER_SAVE
static final int UNLOADING
void unloading(TestEditor editor)
void loaded(TestEditor editor)
boolean beforeSave(TestEditor editor)
editor
- void afterSave(TestEditor editor)
© Copyright IBM Corp. 2013. All rights reserved.