Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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


public interface ChatHistoryListener

The ChatHistoryListener is notified each time the chat history of a ChatPanel changes.

Author:
Yana Stamcheva

Method Summary
 void chatHistoryChanged(ChatPanel chatPanel)
          Notified when the history of the given ChatPanel changes.
 

Method Detail

chatHistoryChanged

void chatHistoryChanged(ChatPanel chatPanel)
Notified when the history of the given ChatPanel changes.

Parameters:
chatPanel - the ChatPanel, which history has changed

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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