Class MCRDerivateDefaultClassEventHandler

java.lang.Object
org.mycore.common.events.MCREventHandlerBase
org.mycore.datamodel.metadata.MCRDerivateDefaultClassEventHandler
All Implemented Interfaces:
MCREventHandler

public class MCRDerivateDefaultClassEventHandler extends MCREventHandlerBase
  • Constructor Details

    • MCRDerivateDefaultClassEventHandler

      public MCRDerivateDefaultClassEventHandler()
  • 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