Project

General

Profile

Download (600 Bytes) Statistics
| Branch: | Tag: | Revision:
1
// $Id$
2
/**
3
* Copyright (C) 2007 EDIT
4
* European Distributed Institute of Taxonomy
5
* http://www.e-taxonomy.eu
6
*
7
* The contents of this file are subject to the Mozilla Public License Version 1.1
8
* See LICENSE.TXT at the top of this package for the full license terms.
9
*/
10

    
11
package eu.etaxonomy.taxeditor.model;
12

    
13

    
14
/**
15
 *
16
 * Clients implementing this interface indicate, that the data they present is suitable for the media view
17
 * and that the media view should handle selection from the implementing part.
18
 *
19
 * @author pplitzner
20
 * @date Sep 16, 2014
21
 *
22
 */
23
public interface IPartContentHasMedia {
24

    
25
}
(22-22/36)