Package org.ametys.web.cache.zoneitem
Class InvalidateZoneItemCacheOnZoneItemMoveObserver
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.web.cache.zoneitem.AbstractZoneItemCacheObserver
org.ametys.web.cache.zoneitem.AbstractZoneItemCacheOnZoneItemObserver
org.ametys.web.cache.zoneitem.InvalidateZoneItemCacheOnZoneItemMoveObserver
- All Implemented Interfaces:
 Observer,Prioritizable,Supporter<Event>,LogEnabled,Serviceable
public class InvalidateZoneItemCacheOnZoneItemMoveObserver
extends AbstractZoneItemCacheOnZoneItemObserver
Invalidates a ZoneItem when it has been moved.
- 
Field Summary
Fields inherited from class org.ametys.web.cache.zoneitem.AbstractZoneItemCacheObserver
_zoneItemCacheFields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.ametys.web.cache.zoneitem.AbstractZoneItemCacheOnZoneItemObserver
observe, serviceMethods inherited from class org.ametys.web.cache.zoneitem.AbstractZoneItemCacheObserver
getPriorityMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
- 
Constructor Details
- 
InvalidateZoneItemCacheOnZoneItemMoveObserver
 
 - 
 - 
Method Details
- 
supports
Description copied from interface:SupporterCheck if an element is supported- Parameters:
 event- The element- Returns:
 trueif the element is supported,falseotherwise
 
 -