t_Type_Events_Event_Actions
Actions
Collection of Actions on an Event. (Class or Aspect Events)
Description
Actions are script items or Java methods executed in a particular order when a Class Event or Aspect Event is invoked. Events always have a single 'main' action. All other actions are executed relative to the main action (and each other). Actions can be overridden in subclasses. They may be conditionally executed.
To specify mutually exclusive actions within a group, use <group>:<action> as the action name.
Content
Sequence of:
t_Type_Events_Event_Actions_Action [0..*] - Script items for Class and Aspect Events. e.g. Class.Event.Actions[]
Parents
t_Type_Events_Event - Events are the behaviors of Classes or Aspects.
t_Type_Events_Event_Actions_Action
Script items for Class and Aspect Events. e.g. Class.Event.Actions[]
Parent topic: t_Type_Events_Event