comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/QSegmentedInputPanel.java @ 6556:4875ca46fdcd

Doc/Debug.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 10 Jul 2013 11:42:31 +0200
parents de92e0cdebdc
children 5e38e2924c07
comparison
equal deleted inserted replaced
6555:701f11e8a17a 6556:4875ca46fdcd
426 426
427 wqInfoService.getWQInfo(locale, river, mm[0], mm[0], 427 wqInfoService.getWQInfo(locale, river, mm[0], mm[0],
428 new AsyncCallback<WQInfoObject[]>() { 428 new AsyncCallback<WQInfoObject[]>() {
429 @Override 429 @Override
430 public void onFailure(Throwable caught) { 430 public void onFailure(Throwable caught) {
431 GWT.log("Could not recieve wq informations."); 431 GWT.log("Could not receive wq informations.");
432 SC.warn(caught.getMessage()); 432 SC.warn(caught.getMessage());
433 } 433 }
434 434
435 @Override 435 @Override
436 public void onSuccess(WQInfoObject[] wqi) { 436 public void onSuccess(WQInfoObject[] wqi) {
437 int num = wqi != null ? wqi.length :0; 437 int num = wqi != null ? wqi.length :0;
438 GWT.log("Recieved " + num + " wq informations."); 438 GWT.log("Received " + num + " wq informations.");
439 439
440 if (num == 0) { 440 if (num == 0) {
441 return; 441 return;
442 } 442 }
443 443

http://dive4elements.wald.intevation.org