add method

void add(
  1. Action action
)

Implementation

void add(Action action) {
  actions.add(action);
}