Interface AgentPostProcessingStateChangedEvent
-
- All Superinterfaces:
Event
,UserProvider
public interface AgentPostProcessingStateChangedEvent extends Event, UserProvider
AnAgentPostProcessingStateChangedEvent
is an event triggered due to a agent post processing state change.- Since:
- 11.27
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentPostProcessingState
getAgentPostProcessingState()
-
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
-
-
-
Method Detail
-
getAgentPostProcessingState
AgentPostProcessingState getAgentPostProcessingState()
- Returns:
- the new
AgentPostProcessingState
- Since:
- 11.27
-
-