KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > Connector > EEG > EEM > ElementDescriptionCommand


1 /*
2  * ElementDescriptionCommand.java
3  *
4  * Created on 8. duben 2002, 23:23
5  */

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

14 public class ElementDescriptionCommand {
15
16     public SOFA.Connector.Property[] params;
17     public String JavaDoc action;
18     
19     /** Creates new ElementDescriptionCommand */
20     public ElementDescriptionCommand() {
21     }
22
23 }
24
Popular Tags