Interface CatalogEntityEventHandler

All Known Implementing Classes:
CatalogEntityCreateEventHandler, CatalogEntityDeleteEventHandler, CatalogEntityUpdateEventHandler

public interface CatalogEntityEventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canHandle(org.springframework.context.ApplicationEvent event)
     
    void
    handle(org.springframework.context.ApplicationEvent event)
     
  • Method Details

    • canHandle

      boolean canHandle(org.springframework.context.ApplicationEvent event)
    • handle

      void handle(org.springframework.context.ApplicationEvent event)