public class MessagingCacheSyncAdapter extends Object implements MessagingCacheSyncListener
| Constructor and Description |
|---|
MessagingCacheSyncAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
postClear(Class cls) |
void |
postSendClearMsg(Class cls,
Msg m) |
void |
preClear(Class cls)
before clearing cache - if cls == null whole cache
Message m contains information about reason and stuff...
|
void |
preSendClearMsg(Class cls,
Msg m)
Class is null for CLEAR ALL
|
public void preClear(Class cls)
CacheSyncListenerpreClear in interface CacheSyncListenerpublic void postClear(Class cls)
postClear in interface CacheSyncListenerpublic void preSendClearMsg(Class cls, Msg m)
MessagingCacheSyncListenerpreSendClearMsg in interface MessagingCacheSyncListenerm - - message about to be send - add info if necessary!public void postSendClearMsg(Class cls, Msg m)
postSendClearMsg in interface MessagingCacheSyncListenerCopyright © 2019. All rights reserved.