void registerMethod(final String methodName, final Function handler) { _methods[methodName] = handler; notifyListeners(); }