KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > uml > behavioralelements > statemachines > Event


1 package org.omg.uml.behavioralelements.statemachines;
2
3 public interface Event extends org.omg.uml.foundation.core.ModelElement {
4     public java.util.List JavaDoc getParameter();
5 }
6
Popular Tags