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

Constructor Index

 o ActionCore()

Method Index

 o Execute(ElementaryAction)
The Execute method gets an elementary action and performs it.

Constructors

 o ActionCore
  public ActionCore()

Methods

 o 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