3435363738394041424344
super(name, registrationId); } public Object call() throws Exception { final MapService service = getService(); return service.removeEventListener(name, registrationId); } public String getServiceName() { return MapService.SERVICE_NAME; }