Project

General

Profile

« Previous | Next » 

Revision 0e7a9b4f

Added by Andreas Kohlbecker about 7 years ago

better popup views and editors fully compliant to MVP

View differences:

src/main/java/eu/etaxonomy/vaadin/mvp/ApplicationView.java
1 1
package eu.etaxonomy.vaadin.mvp;
2 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
 */
3 7
public interface ApplicationView<P extends AbstractPresenter> {
4 8

  
5 9
}

Also available in: Unified diff