source: tmcsimulator/trunk/src/tmcsim/interfaces/CoordinatorInterface.java @ 2

Revision 2, 452 bytes checked in by jdalbey, 10 years ago (diff)

Initial Import of project files

Line 
1package tmcsim.interfaces;
2
3import java.rmi.Remote;
4
5import tmcsim.client.cadclientgui.data.CADData;
6
7/**
8 * The CoordinatorInterface extends from all interfaces that the
9 * Coordinator implements in order to provide remote method functionality.
10 *
11 * @author Matthew Cechini
12 * @version
13 */
14public interface CoordinatorInterface extends SimulationControlInterface, 
15    SimulationStatusInterface, ParamicsControlInterface, CADInterface, Remote {
16
17
18}
Note: See TracBrowser for help on using the repository browser.