org.eclipse.emf.ecp.ui.tester
Interface SaveButtonEnablementObserver
- All Superinterfaces:
- ECPObserver
public interface SaveButtonEnablementObserver
- extends ECPObserver
Listener for changing the enablement of the save button.
- Author:
- jfaltermeier
notifyChangeButtonState
void notifyChangeButtonState(ECPProject currentProject,
boolean enableSaveButton)
- Notify the listener to change the state of the save button.
- Parameters:
currentProject
- the project associated with the save buttonenableSaveButton
- whether to enable or disable the save button
Copyright © 2015. All Rights Reserved.