{
rootPanel.add(master);
// TODO: This REALLY NEEDS to distinguish between types of errors - it's REALLY ANNOYING to keep hitting
// refresh for nothing when the server is down, etc.
Dialog.showCentered(new MessageDialogContent("Unable to Establish Connection", "Please Refresh."));
}
public void onSuccess(final PersonModelView resultMV)
{
// If user needs to accept ToS, short circuit here.