Merge branch 'hotfix/5.45.1'
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / mvc / interfaces / CdmCompositeController.java
1 /**
2 * Copyright (C) 2014 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.ui.mvc.interfaces;
10
11 import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
12
13 /**
14 * CdmCompositeController implement the interaction logic for CdmComposites.
15 * They also serve as a compatibility bridge between the current GUI structure
16 * based on {@link ICdmFormElement} and a refactored structure using the MVC pattern.
17 * @author pplitzner
18 * @date 11.02.2014
19 *
20 */
21 public interface CdmCompositeController extends ICdmFormElement{
22
23 }