public interface ESSaveStateChangedObserver extends ESObserver
ESLocalProject.| Modifier and Type | Method and Description |
|---|---|
void |
saveStateChanged(ESLocalProject localProject,
boolean hasUnsavedChangesNow)
Notify the listener about a save state change.
|
void saveStateChanged(ESLocalProject localProject, boolean hasUnsavedChangesNow)
localProject - the ESLocalProject the notification is abouthasUnsavedChangesNow - the new save state, true if there are unsaved changes now, false otherwiseCopyright © 2017. All rights reserved.