Class ApplicationEventHandler
java.lang.Object
org.tailormap.api.repository.events.ApplicationEventHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterDeleteApplicationEventHandler
(Application application) Handle after delete.void
beforeSaveApplicationEventHandler
(Application application)
-
Constructor Details
-
ApplicationEventHandler
-
-
Method Details
-
afterDeleteApplicationEventHandler
Handle after delete. Delete any associated task.- Parameters:
application
- the application that was deleted
-
beforeSaveApplicationEventHandler
-