KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > Connector > LinkableOperations


1 package SOFA.Connector;
2
3
4 /** Linkable interface of connector elements.
5   * Generated by SOFA CodeGen.
6   */

7
8 public interface LinkableOperations {
9   void link(Object JavaDoc target) throws LinkException;
10 }
11
Popular Tags