Interface SupervisorChatClosedEvent
-
- All Superinterfaces:
ChatClosedEvent
,ChatEvent
,ChatProvider
,Event
,UserProvider
public interface SupervisorChatClosedEvent extends ChatClosedEvent, UserProvider
This event is triggered when a chat has been closed by a supervisor.
- Since:
- 11.26
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description User
getUser()
This method returns the user who closed the chat.-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.ChatProvider
getChat
-
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
-
-
-
Method Detail
-
getUser
User getUser()
This method returns the user who closed the chat.- Specified by:
getUser
in interfaceUserProvider
- Returns:
- the user who closed the chat.
- Since:
- 11.26
-
-