Interface AgentEditorControllerProvider
-
- All Known Subinterfaces:
AgentEditorMailInfoViewContext
,AgentPhoneTicketMailEditorViewContext
,AgentPhoneTicketMailInfoViewContext
,AgentQuickCaseMailEditorViewContext
,AgentQuickCaseMailInfoViewContext
public interface AgentEditorControllerProvider
Represents an object that "knows" or can provide aAgentEditorController
- Since:
- 10.0.116
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentEditorController
getAgentEditorController()
Returns the AgentEditorController
-
-
-
Method Detail
-
getAgentEditorController
AgentEditorController getAgentEditorController()
Returns the AgentEditorController- Returns:
- the AgentEditorController object
- Since:
- 10.0.116
-
-