}
@Override
public void onSuccess(FriendDTO result) {
GWT.log("FriendEditPresenter: Firing FriendUpdateEvent");
eventBus.fireEvent(new FriendUpdatedEvent(result));
}
@Override
public void onFailure(Throwable caught) {
Window.alert("Error retrieving friend...");