KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > simpletrl > RemoveCollectionExpClass


1 package simpletrl;
2 public interface RemoveCollectionExpClass extends javax.jmi.reflect.RefClass {
3     public simpletrl.RemoveCollectionExp createRemoveCollectionExp() throws javax.jmi.reflect.JmiException;
4
5 }//end of interface
6
Popular Tags