public void modifyText(ModifyEvent e) {
appName = nameText.getText();
// If first time initialising, dont update the wizard
// buttons as the may not be available to update yet
boolean updateButtons = true;
notifyChange(new WizardPartChangeEvent(appName, getUpdateNameStatus(),
CloudUIEvent.APP_NAME_CHANGE_EVENT, updateButtons));
}
});
// Set the app name after adding the listener to fire event