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

Method Summary
 void notifyChangeButtonState(ECPProject currentProject, boolean enableSaveButton)
          Notify the listener to change the state of the save button.
 

Method Detail

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 button
enableSaveButton - whether to enable or disable the save button


Copyright © 2015. All Rights Reserved.