Class FileDocumentListener

  • All Implemented Interfaces:
    PluginComponent, StoreListener

    public class FileDocumentListener
    extends BasicStoreListener
    This class listens to mutation of FileDocument objects.
    Since:
    jcms-5.0.0
    Version:
    $Revision: 132181 $
    Author:
    Olivier Dedieu
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REVISION  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleCommitUpdate​(Storable storable, Storable oldStorable, boolean firstTime)
      This method gets called when after a storable has been updated.
      void handleDelete​(Storable storable, boolean firstTime)
      This method gets called when a storable is deleted.
      void handlePrepareUpdate​(Storable storable, java.util.Map attributes, boolean firstTime)
      This method gets called when before a storable will be updated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait