289290291292293294295296297298299
} @Override public void handleSuccess(OpenIdData openIdData) { OpenIdUtil opIdUtil = new OpenIdUtil(); opIdUtil.displayUsersOpenIdList(openIdData, editProfTable, win, false, win.getHeight()); } }