110111112113114115116117118
/** * Actions to take when the dialog should be hidden. */ public void hide() { Session.getInstance().getEventBus().notifyObservers(new PreDialogHideEvent(this)); dialogContent.beforeHide(); popupPanel.hide(); }