KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > Component > DCUP > ComponentUpdate


1 package SOFA.Component.DCUP;
2
3 /** Component update control interface of the component manager. It provides methods for
4   * dynamic update.
5   * Generated by SOFA CodeGen.
6   */

7
8 public interface ComponentUpdate extends ComponentUpdateOperations, cz.cuni.sofa.lib.CDLEntity {
9 }
10
Popular Tags