Project

General

Profile

Download (369 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.taxeditor.editor;
2

    
3
import eu.etaxonomy.cdm.model.taxon.Taxon;
4
import eu.etaxonomy.taxeditor.operation.AbstractPostOperation;
5

    
6

    
7
public interface ITaxonEditor {
8
	/**
9
	 *
10
	 * @return the @Taxon of the editor
11
	 *
12
	 */
13
	public abstract Taxon getTaxon();
14

    
15
	public abstract void update();
16

    
17
    public void addOperation(AbstractPostOperation operation);
18
}
(4-4/4)