Package com.aquima.web.event
Class FlowEndedApplicationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.aquima.web.event.SessionApplicationEvent
com.aquima.web.event.FlowEndedApplicationEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionFlowEndedApplicationEvent
(Object source, com.aquima.interactions.portal.IPortalSession session) -
Method Summary
Methods inherited from class com.aquima.web.event.SessionApplicationEvent
getSession
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
FlowEndedApplicationEvent
public FlowEndedApplicationEvent(Object source, com.aquima.interactions.portal.IPortalSession session)
-