310311312313314315316
/** * Add a resume action to the end of the action list to trigger a resume of previously * suspended actions. */ public void addResumeAction() { actions.add(new ResumeAction()); }