Interface CatalogEntityEventHandler
- All Known Implementing Classes:
CatalogEntityCreateEventHandler,CatalogEntityDeleteEventHandler,CatalogEntityUpdateEventHandler
public interface CatalogEntityEventHandler
-
Method Summary
-
Method Details
-
canHandle
boolean canHandle(org.springframework.context.ApplicationEvent event) -
handle
void handle(org.springframework.context.ApplicationEvent event)
-