package com.github.fabeclipse.timetrim;
import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
public class DateDropDown extends AbstractHandler {
public DateDropDown() {
// TODO start a time rerfesh thread
}
@Override
public Object execute(ExecutionEvent event) throws ExecutionException {
// TODO Auto-generated method stub
return null;
}
}