|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.workplace.explorer.CmsExplorerTypeAccessFlushListener
public class CmsExplorerTypeAccessFlushListener
Class which listens for cache flush events to uncache cached access control settings.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
CmsExplorerTypeAccessFlushListener()
|
|
| Method Summary | |
|---|---|
void |
add(CmsExplorerTypeAccess access)
Adds a new access settings object to this listener. |
void |
cmsEvent(CmsEvent event)
Acknowledge the occurrence of the specified event, implement this method to check for CmsEvents in your class. |
protected void |
doFlush()
Flushes the cache for all registered access setting objects. |
void |
install()
Installs this instance as an event listener. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsExplorerTypeAccessFlushListener()
| Method Detail |
|---|
public void add(CmsExplorerTypeAccess access)
access - the access settingspublic void cmsEvent(CmsEvent event)
I_CmsEventListener
cmsEvent in interface I_CmsEventListenerevent - CmsEvent that has occurredI_CmsEventListener.cmsEvent(org.opencms.main.CmsEvent)public void install()
protected void doFlush()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||