Interface AgentPauseStateChangedEvent
-
- All Superinterfaces:
Event
,UserProvider
public interface AgentPauseStateChangedEvent extends Event, UserProvider
AnAgentPauseStateChangedEvent
is an event triggered due to a agent pause state change.- Since:
- 11.27
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentPauseState
getAgentPauseState()
-
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
-
getAgentPauseState
AgentPauseState getAgentPauseState()
- Returns:
- the new
AgentPauseState
- Since:
- 11.27
-
-