My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ActionGroups  
Groups of actions that contain child actions and are themselves actions.
Actions, Deprecated
Updated Feb 4, 2010 by mimshwri...@gmail.com

Summary

Action Groups are special types of actions that contain sets of other actions which can be controlled simultaneously. All action groups implement the IActionGroup interface.

Details

The AbstractActionGroup class defines common characteristics of all action groups. All action groups use the addAction() method to add actions to the group. As you can see from the figure, AbstractActionGroup is itself a subclass of `AbstractAction` allowing you to nest action groups within other action groups or use a group as if it were a single action. This distinction makes creating long strings of time based events a relatively simple task.

The types of groups are:

Groups can be used in conjunction with one another. For example, you may wish to create a sequence that contains a parallel action so that you can have several actions occur at the same point in a sequence.

With all of the action groups, separate events are dispatched upon completion of individual items and of the entire group.

Related Links


Sign in to add a comment
Powered by Google Project Hosting