Class mheg5.MCM.ActionCore
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.MCM.ActionCore
java.lang.Object
|
+----mheg5.MCM.ActionCore
- public class ActionCore
- extends Object
-
ActionCore()
-
-
Execute(ElementaryAction)
- The Execute method gets an elementary action and performs it.
ActionCore
public ActionCore()
Execute
public static void Execute(ElementaryAction tmp_a) throws CoreException
- The Execute method gets an elementary action and performs it.
- Parameters:
- ElementaryAction - like LAUNCH,TRANSTION_TO aso.
- Throws: CoreException
- Is thrown when an unkown Action occurs.
- See Also:
- ElementaryAction
All Packages Class Hierarchy This Package Previous Next Index