Package de.caluga.morphium.cache
Interface MessagingCacheSyncListener
- All Superinterfaces:
CacheSyncListener
- All Known Implementing Classes:
MessagingCacheSyncAdapter
User: Stephan Bösebeck
Date: 14.07.12
Time: 17:25
get informed about Cache-Synchronization Events
-
Method Summary
Modifier and TypeMethodDescriptionvoidpostSendClearMsg(Class cls, Msg m) voidpreSendClearMsg(Class cls, Msg m) Class is null for CLEAR ALLMethods inherited from interface de.caluga.morphium.cache.CacheSyncListener
postClear, preClear
-
Method Details
-
preSendClearMsg
Class is null for CLEAR ALL- Parameters:
cls-m- - message about to be send - add info if necessary!- Throws:
CacheSyncVetoException
-
postSendClearMsg
-