160161162163164165166
/** * This method is called immediately when the widget's close method is * executed. */ protected void onClose() { fireEvent(new CloseEvent()); }
159160161162163164165