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 TypeMethodDescriptionvoidsetCloseRunnable(Runnable closeRunnable) Sets the runnable which should be run to close window.voidsetOkRunnable(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
-