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