Class FineractHookListener
java.lang.Object
org.apache.fineract.infrastructure.hooks.listener.FineractHookListener
- All Implemented Interfaces:
EventListener,HookListener,org.springframework.context.ApplicationListener<org.apache.fineract.infrastructure.hooks.event.HookEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonApplicationEvent(org.apache.fineract.infrastructure.hooks.event.HookEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
FineractHookListener
public FineractHookListener()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.apache.fineract.infrastructure.hooks.event.HookEvent event) - Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.apache.fineract.infrastructure.hooks.event.HookEvent>
-