All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nebula.boxes.iface.server.GrowthIFace Maven / Gradle / Ivy

The newest version!
package com.nebula.boxes.iface.server;

import com.nebula.boxes.iface.model.view.BoardView;

public interface GrowthIFace {

    BoardView selectBoardView() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy