1 import org.eclipse.core.commands.ExecutionEvent;
2 import org.eclipse.core.commands.ExecutionException;
3 import org.eclipse.core.commands.IHandler;
4 import org.eclipse.core.commands.IHandlerListener;
6 public class ExtractLocalVariableWithAsserts implements IHandler {
9 public void addHandlerListener(IHandlerListener handlerListener) {
10 // TODO Auto-generated method stub
15 public void dispose() {
16 // TODO Auto-generated method stub
21 public Object execute(ExecutionEvent event) throws ExecutionException {
22 System.out.println("it's working");
27 public boolean isEnabled() {
28 // TODO Auto-generated method stub
33 public boolean isHandled() {
34 // TODO Auto-generated method stub
39 public void removeHandlerListener(IHandlerListener handlerListener) {
40 // TODO Auto-generated method stub