Type to start searching...

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:

    • Action [0..*] - Script items for Class and Aspect Events. e.g. Class.Event.Actions[]

Parents
  • Event - Events are the behaviors of Classes or Aspects.