new parameter from the requester
void updateReqParams(Map m) { if (onReqParams != null) { onReqParams(this, m); } }