Package org.opencms.ui.apps.cacheadmin
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 TypeMethodDescriptionvoid
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
Sets the runnable which should be run to close window.- Parameters:
closeRunnable
- runnable
-
setOkRunnable
Sets the runnable which should be run after ok action.- Parameters:
okRunnable
- runnable
-