@Deprecated public interface EditorSaveListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
EditorSaveListener.EditorSaveStatus
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
editorClosed(EditorClosedEvent event)
Deprecated.
use AfterSavingHook.afterSaving() and AfterClosingHool.afterClosing() instead
|
boolean |
prepareForSave()
Deprecated.
use BeforeSavingHook.beforeSavig and SaveVetoable.isOkForSaving() instead
|
@Deprecated boolean prepareForSave()
@Deprecated void editorClosed(EditorClosedEvent event)
event - status DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.