Interface CmsFlushCache.I_CloseableDialog

All Known Implementing Classes:
CmsConfirmSimpleFlushDialog, CmsFlexCacheCleanDialog, CmsImageCacheCleanDialog
Enclosing class:
CmsFlushCache

public static interface CmsFlushCache.I_CloseableDialog
Interface for the dialogs.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setCloseRunnable(Runnable closeRunnable)
    Sets the runnable which should be run to close window.
    void
    setOkRunnable(Runnable okRunnable)
    Sets the runnable which should be run after ok action.
  • Method Details

    • setCloseRunnable

      void setCloseRunnable(Runnable closeRunnable)
      Sets the runnable which should be run to close window.
      Parameters:
      closeRunnable - runnable
    • setOkRunnable

      void setOkRunnable(Runnable okRunnable)
      Sets the runnable which should be run after ok action.

      Parameters:
      okRunnable - runnable