Class MCRThumbnailForPdfEventHandler

java.lang.Object
org.mycore.common.events.MCREventHandlerBase
org.mycore.iview2.events.MCRThumbnailForPdfEventHandler
All Implemented Interfaces:
MCREventHandler

public class MCRThumbnailForPdfEventHandler extends MCREventHandlerBase
This event handler creates iview2 files for title pages in PDFs which can be used as thumbnails in IIIF API
Author:
Robert Stephan
  • Field Details

  • Constructor Details

    • MCRThumbnailForPdfEventHandler

      public MCRThumbnailForPdfEventHandler()
  • Method Details

    • handleDerivateCreated

      protected void handleDerivateCreated(MCREvent evt, MCRDerivate der)
      Description copied from class: MCREventHandlerBase
      Handles derivate created events. This implementation does nothing and should be overwritted by subclasses.
      Overrides:
      handleDerivateCreated in class MCREventHandlerBase
      Parameters:
      evt - the event that occured
      der - the MCRDerivate that caused the event
    • handleDerivateRepaired

      protected void handleDerivateRepaired(MCREvent evt, MCRDerivate der)
      Description copied from class: MCREventHandlerBase
      Handles derivate repair events. This implementation does nothing and should be overwritted by subclasses.
      Overrides:
      handleDerivateRepaired in class MCREventHandlerBase
      Parameters:
      evt - the event that occured
      der - the MCRDerivate that caused the event
    • handleDerivateUpdated

      protected void handleDerivateUpdated(MCREvent evt, MCRDerivate der)
      Description copied from class: MCREventHandlerBase
      Handles derivate updated events. This implementation does nothing and should be overwritted by subclasses.
      Overrides:
      handleDerivateUpdated in class MCREventHandlerBase
      Parameters:
      evt - the event that occured
      der - the MCRDerivate that caused the event
    • handleDerivateDeleted

      protected void handleDerivateDeleted(MCREvent evt, MCRDerivate der)
      Description copied from class: MCREventHandlerBase
      Handles derivate deleted events. This implementation does nothing and should be overwritted by subclasses.
      Overrides:
      handleDerivateDeleted in class MCREventHandlerBase
      Parameters:
      evt - the event that occured
      der - the MCRDerivate that caused the event