org.eclipse.emf.emfstore.client.observer
Interface ESSaveStateChangedObserver
- All Superinterfaces:
- ESObserver
public interface ESSaveStateChangedObserver
- extends ESObserver
Listener for changes to the save state (project is fully saved or still dirty) of a ESLocalProject.
- Author:
- mkoegel
saveStateChanged
void saveStateChanged(ESLocalProject localProject,
boolean hasUnsavedChangesNow)
- Notify the listener about a save state change.
- Parameters:
localProject - the ESLocalProject the notification is abouthasUnsavedChangesNow - the new save state, true if there are unsaved changes now, false otherwise
Copyright © 2015. All Rights Reserved.