KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > Connector > EEG > ConnectorManagableInterface


1 /*
2  * ConnectorManagableInterface.java
3  *
4  * Created on 18. duben 2002, 20:10
5  */

6
7 package SOFA.Connector.EEG;
8
9 /**
10  *
11  * @author ghort
12  * @version
13  */

14 public interface ConnectorManagableInterface {
15     void setManagerTie(SOFA.Connector.EEG.ConnectorManagerInterface manager);
16     SOFA.Connector.EEG.ConnectorManagerInterface getManagerTie();
17 }
18
19
Popular Tags