org.symbian.tools.mtw.ui/src/org/symbian/tools/tmw/internal/ui/wizard/NewApplicationFacetsWizardPage.java
changeset 467 5a2901872fcf
parent 465 87920e15f8eb
equal deleted inserted replaced
466:129c94e78375 467:5a2901872fcf
    44 
    44 
    45         this.fpjwc.addListener(new IFacetedProjectListener() {
    45         this.fpjwc.addListener(new IFacetedProjectListener() {
    46             public void handleEvent(final IFacetedProjectEvent event) {
    46             public void handleEvent(final IFacetedProjectEvent event) {
    47                 updatePageState();
    47                 updatePageState();
    48             }
    48             }
    49         }, IFacetedProjectEvent.Type.PROJECT_MODIFIED);
    49         }, IFacetedProjectEvent.Type.PROJECT_MODIFIED, IFacetedProjectEvent.Type.PROJECT_NAME_CHANGED);
    50 
    50 
    51         final IRuntimeLifecycleListener runtimeLifecycleListener = new IRuntimeLifecycleListener() {
    51         final IRuntimeLifecycleListener runtimeLifecycleListener = new IRuntimeLifecycleListener() {
    52             public void handleEvent(final IRuntimeLifecycleEvent event) {
    52             public void handleEvent(final IRuntimeLifecycleEvent event) {
    53                 updatePageState();
    53                 updatePageState();
    54             }
    54             }