Interface AgentPostProcessingStateEventListener
public interface AgentPostProcessingStateEventListener
The
AgentPostProcessingStateEventListener
is an interface that implements
the callback event functions triggered due to agent post processing state changes.
The AgentPostProcessingStateEventListener
is only available in the
novomind iAGENT routing process.- Since:
- 11.27
-
Method Summary
Modifier and TypeMethodDescriptionvoid
agentPostProcessingStateChanged
(AgentPostProcessingStateChangedEvent agentPostProcessingStateChangedEvent) Indicates that the post processing state of an agent has changed
-
Method Details
-
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
-