2010-10-26 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug309042
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / project / handlers / NewProjectHandler.java
index a4863073e00de4b3fe19c87c9da290bdf2200e18..ac001a7370447c547d17c350816fd5ba1e6494ef 100644 (file)
@@ -40,6 +40,7 @@ public class NewProjectHandler implements IHandler {
        // Validation
        // ------------------------------------------------------------------------
 
+       @Override
        public boolean isEnabled() {
                
                // Check if we are closing down
@@ -58,6 +59,7 @@ public class NewProjectHandler implements IHandler {
        }
 
        // Always handled
+       @Override
        public boolean isHandled() {
                return true;
        }
@@ -66,6 +68,7 @@ public class NewProjectHandler implements IHandler {
        // Execution
        // ------------------------------------------------------------------------
 
+       @Override
        public Object execute(ExecutionEvent event) throws ExecutionException {
 
                // Fire the New Project Wizard
@@ -86,6 +89,7 @@ public class NewProjectHandler implements IHandler {
                return null;
        }
 
+       @Override
        public void dispose() {
                // TODO Auto-generated method stub
        }
@@ -94,10 +98,12 @@ public class NewProjectHandler implements IHandler {
        // IHandlerListener
        // ------------------------------------------------------------------------
 
+       @Override
        public void addHandlerListener(IHandlerListener handlerListener) {
                // TODO Auto-generated method stub
        }
 
+       @Override
        public void removeHandlerListener(IHandlerListener handlerListener) {
                // TODO Auto-generated method stub
        }
This page took 0.024384 seconds and 5 git commands to generate.