Project

General

Profile

Download (554 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.taxeditor.bulkeditor.command;
2

    
3
import org.eclipse.core.commands.AbstractHandler;
4
import org.eclipse.core.commands.ExecutionEvent;
5
import org.eclipse.core.commands.ExecutionException;
6

    
7
public class SaveSpecimenCommand extends AbstractHandler {
8

    
9
    /* (non-Javadoc)
10
     * @see org.eclipse.core.commands.IHandler#execute(org.eclipse.core.commands.ExecutionEvent)
11
     */
12
    @Override
13
    public Object execute(ExecutionEvent event) throws ExecutionException {
14
        // TODO Auto-generated method stub
15
        return null;
16
    }
17

    
18
}
(6-6/6)