Package com.aquima.web.event
Class AquimaApplicationEventPublisher
java.lang.Object
com.aquima.web.event.AquimaApplicationEventPublisher
-
Constructor Summary
ConstructorsConstructorDescriptionAquimaApplicationEventPublisher
(org.springframework.context.ApplicationEventPublisher eventPublisher) -
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyFlowEnded
(com.aquima.interactions.portal.IPortalSession session) void
notifySessionBeforeClose
(com.aquima.interactions.portal.IPortalSession session) void
notifySessionClosed
(com.aquima.interactions.portal.IPortalSession session) void
notifySessionCreated
(com.aquima.interactions.portal.IPortalSession session)
-
Constructor Details
-
Method Details
-
notifySessionCreated
public void notifySessionCreated(com.aquima.interactions.portal.IPortalSession session) -
notifySessionBeforeClose
public void notifySessionBeforeClose(com.aquima.interactions.portal.IPortalSession session) -
notifyFlowEnded
public void notifyFlowEnded(com.aquima.interactions.portal.IPortalSession session) -
notifySessionClosed
public void notifySessionClosed(com.aquima.interactions.portal.IPortalSession session)
-