Interface CmsFlushCache.I_CloseableDialog

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setCloseRunnable​(java.lang.Runnable closeRunnable)
      Sets the runnable which should be run to close window.
      void setOkRunnable​(java.lang.Runnable okRunnable)
      Sets the runnable which should be run after ok action.
    • Method Detail

      • setCloseRunnable

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

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

        Parameters:
        okRunnable - runnable