addNext method

void addNext(
  1. BrokerQueryCommand next
)

Implementation

void addNext(BrokerQueryCommand next) {
  nexts.add(next);
}