| Revision 2,
452 bytes
checked in by jdalbey, 10 years ago
(diff) |
|
Initial Import of project files
|
| Line | |
|---|
| 1 | package tmcsim.interfaces; |
|---|
| 2 | |
|---|
| 3 | import java.rmi.Remote; |
|---|
| 4 | |
|---|
| 5 | import 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 | */ |
|---|
| 14 | public interface CoordinatorInterface extends SimulationControlInterface, |
|---|
| 15 | SimulationStatusInterface, ParamicsControlInterface, CADInterface, Remote { |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.