KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > Component > ComponentLifecycleControl


1 package SOFA.Component;
2
3 /** Component lifecycle control interface of the component manager.
4   * Generated by SOFA CodeGen.
5   */

6 public interface ComponentLifecycleControl extends ComponentLifecycleControlOperations, cz.cuni.sofa.lib.CDLEntity {
7 }
8
Popular Tags