Class InvalidateZoneItemCacheOnContentReactionObserver

All Implemented Interfaces:
Observer, LogEnabled, Serviceable

Invalidates the ZoneItem containing a Content which has just been commented.
  • 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.