Package org.mycore.pi

Class MCRPICreationEventHandler

java.lang.Object
org.mycore.common.events.MCREventHandlerBase
org.mycore.pi.MCRPICreationEventHandler
All Implemented Interfaces:
MCREventHandler

public class MCRPICreationEventHandler extends MCREventHandlerBase
  • Constructor Details

    • MCRPICreationEventHandler

      public MCRPICreationEventHandler()
  • Method Details

    • handleObjectCreated

      protected void handleObjectCreated(MCREvent evt, MCRObject obj)
      Description copied from class: MCREventHandlerBase
      Handles object created events. This implementation does nothing and should be overwritted by subclasses.
      Overrides:
      handleObjectCreated in class MCREventHandlerBase
      Parameters:
      evt - the event that occured
      obj - the MCRObject that caused the event
    • handleObjectUpdated

      protected void handleObjectUpdated(MCREvent evt, MCRObject obj)
      Description copied from class: MCREventHandlerBase
      Handles object updated events. This implementation does nothing and should be overwritted by subclasses.
      Overrides:
      handleObjectUpdated in class MCREventHandlerBase
      Parameters:
      evt - the event that occured
      obj - the MCRObject that caused the event