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

    Modifier and Type
    Method
    Description
    void
    Function to be called on close.
  • Method Details

    • onClose

      void onClose()
      Function to be called on close. The dialog will be closed afterwards.