Class ActionManager

  • All Implemented Interfaces:
    Iterable<UpdateAction>

    public class ActionManager
    extends Object
    implements Iterable<UpdateAction>
    Container for UpdateActions Order of actions is very import for correct processing. This implementation supports an iterator that returns the actions in the order in which they are put in. Adding the same action a second time has no effect on this order.