Project

General

Profile

Download (292 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.vaadin.mvp;
2

    
3
/**
4
 * An interface to be implemented by the specific view interface definitions.
5
 * See https://dev.e-taxonomy.eu/redmine/projects/edit/wiki/VaadinNotes#Model-View-Presenter-MVP-Pattern
6
 */
7
public interface ApplicationView<P extends AbstractPresenter> {
8

    
9
}
(6-6/7)