802c3b3e52beb40a28d6605a1de1d80576f8b0dd
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / handler / alignmenteditor / UpdateConsensusSequenceHandler.java
1 /**
2 * Copyright (C) 2007 EDIT
3 * European Distributed Institute of Taxonomy
4 * http://www.e-taxonomy.eu
5 *
6 * The contents of this file are subject to the Mozilla Public License Version 1.1
7 * See LICENSE.TXT at the top of this package for the full license terms.
8 */
9 package eu.etaxonomy.taxeditor.editor.handler.alignmenteditor;
10
11
12 import org.eclipse.core.commands.ExecutionEvent;
13 import org.eclipse.core.commands.ExecutionException;
14
15 import eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor;
16
17
18
19 public class UpdateConsensusSequenceHandler extends AbstractAlignmentEditorHandler {
20 @Override
21 public void doExecute(ExecutionEvent event, AlignmentEditor editor) throws ExecutionException {
22 //TODO implement
23 }
24 }