Class InvalidateZoneItemCacheOnZoneItemModifiedObserver

All Implemented Interfaces:
Observer, LogEnabled, Serviceable

Invalidates a ZoneItem when it has been modified.
  • Constructor Details

  • Method Details

    • supports

      public boolean supports(Event event)
      Description copied from interface: Observer
      Checks if the event is supported. If true, the observe(Event) method will be called.
      Parameters:
      event - the event.
      Returns:
      true for observing this event, false otherwise.