Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.main.chat
Interface ChatConversationContainer

All Known Implementing Classes:
ChatPanel, HistoryWindow

public interface ChatConversationContainer

The ChatConversationContainer is used as an abstraction of the conversation area, which is included in both the chat window and the history window.

Author:
Yana Stamcheva

Method Summary
 void addTypingNotification(String statusMessage)
          Sets the given status message to this conversation container.
 Window getConversationContainerWindow()
          Returns the window, where this chat conversation container is contained.
 

Method Detail

getConversationContainerWindow

Window getConversationContainerWindow()
Returns the window, where this chat conversation container is contained. (the chat window, the history window, etc)

Returns:
the window, where this chat conversation container is contained.

addTypingNotification

void addTypingNotification(String statusMessage)
Sets the given status message to this conversation container.

Parameters:
statusMessage - the status message to set

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.