KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > Connector > EEG > Types > Stub


1 /*
2  * Stub.java
3  *
4  * Created on 10. duben 2002, 14:07
5  */

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

14 public interface Stub extends SOFA.Connector.EEG.ConnectorManagableInterface {
15     String JavaDoc[] getSupportedProfiles();
16     void link(SOFA.Connector.TaggedProfile tgt) throws SOFA.Connector.LinkException;
17 }
18
19
Popular Tags