Interface ChatMarkersListener
public interface ChatMarkersListener
Chat Markers Manager class (XEP-0333).
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidnewChatMarkerMessage(ChatMarkersState chatMarkersState, org.jivesoftware.smack.packet.Message message, org.jivesoftware.smack.chat2.Chat chat) Called in ChatMarkersManager when a new message with a markable tag arrives.
-
Method Details
-
newChatMarkerMessage
void newChatMarkerMessage(ChatMarkersState chatMarkersState, org.jivesoftware.smack.packet.Message message, org.jivesoftware.smack.chat2.Chat chat) Called in ChatMarkersManager when a new message with a markable tag arrives.- Parameters:
chatMarkersState- the current state of the message.message- the new incoming message with a markable XML tag.chat- associated to the message. This element can beNULL.
-