/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package controller.managment.interfacesGUI; import controller.common.interfacesGUI.BikeVue; import controller.common.interfacesGUI.NemoUserVue; /** * * @author Valentin SEITZ */ public interface ManagmentMainVue { public BikeVue getBikeVue(); public NemoUserVue getNemoUserVue(); }