Package org.opencms.gwt.client.ui
Interface I_CmsCloseDialogHandler
- All Known Subinterfaces:
I_CmsAcceptDeclineCancelHandler
,I_CmsConfirmDialogHandler
public interface I_CmsCloseDialogHandler
Handles the clicks buttons of the dialog.
- Since:
- 8.0.0
-
Method Summary
-
Method Details
-
onClose
void onClose()Function to be called on close. The dialog will be closed afterwards.
-