Interface Updatable<T>
-
- All Known Implementing Classes:
- AgentAttachment, AgentItem, AgentMessage, AgentOptions, AgentTyping, ChatEvent, ChatMemberEvent, ChatRating, RowItem, VisitorAttachment, VisitorItem, VisitorMessage
public interface Updatable<T>Interface definition for updating items
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidupdate(T item)Update the current item
-
-
-
Method Detail
-
update
void update(T item)
Update the current item- Parameters:
item- to update with
-
-