clear method

void clear()

Implementation

void clear() {
  _actions.clear();
  _handlers.clear();
}