DOMActionList<T> constructor
DOMActionList<T> (
- DOMActionExecutor<
T> executor, - List<
DOMAction< actionsT> >
Implementation
DOMActionList(DOMActionExecutor<T> executor, this.actions) : super(executor);