Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Known Implementing Classes:
MainToolBar

public interface ChatSessionChangeListener

Listens for changes in ChatSession.

Author:
George Politis

Method Summary
 void currentChatTransportChanged(ChatSession chatSession)
          Called when the current ChatTransport has changed.
 

Method Detail

currentChatTransportChanged

void currentChatTransportChanged(ChatSession chatSession)
Called when the current ChatTransport has changed.

Parameters:
chatSession - the ChatSession it's current ChatTransport has changed

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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