Interface AgentPostProcessingStateEventListener
-
public interface AgentPostProcessingStateEventListener
TheAgentPostProcessingStateEventListener
is an interface that implements the callback event functions triggered due to agent post processing state changes. TheAgentPostProcessingStateEventListener
is only available in the novomind iAGENT routing process.- Since:
- 11.27
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
agentPostProcessingStateChanged(AgentPostProcessingStateChangedEvent agentPostProcessingStateChangedEvent)
Indicates that the post processing state of an agent has changed
-
-
-
Method Detail
-
agentPostProcessingStateChanged
void agentPostProcessingStateChanged(AgentPostProcessingStateChangedEvent agentPostProcessingStateChangedEvent)
Indicates that the post processing state of an agent has changed- Parameters:
agentPostProcessingStateChangedEvent
- provides all information about the post processing state change- Since:
- 11.27
-
-