Interface FormRoutingEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface nl.gx.webmanager.services.event.Event
Event.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoutingResult
getRoutingResult()
Returns the RoutingResult of the routing that triggered thisFormRoutingEvent
.-
Methods inherited from interface nl.gx.webmanager.services.event.Event
getEventAction, getEventType, getScope, getSource
-
Methods inherited from interface nl.gx.forms.wmpformapi.engine.events.FormEvent
getCurrentStepIdentifier, getFormEngineSession
-
-
-
-
Method Detail
-
getRoutingResult
RoutingResult getRoutingResult()
Returns the RoutingResult of the routing that triggered thisFormRoutingEvent
.- Returns:
- the RoutingResult of the routing that triggered this
FormRoutingEvent
-
-