}
public void done() {
try {
for (TypedObject league : TOUtils.ArrayToTOArray(get().getArray("summonerLeagues"))) {
Division d = new Division(league);
ProfileController.this.view.addLeague(d, ProfileController.this, ProfileController.this);
}
} catch (InterruptedException | ExecutionException e) {
ProfileController.this.HandleException(e);
}