Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.gui.event
Interface ChatListener

All Known Implementing Classes:
SpellChecker

public interface ChatListener

Listens to the creation and closing of Chats.

Author:
Damian Johnson, Lyubomir Marinov

Method Summary
 void chatClosed(Chat chat)
          Notifies this instance that a Chat has been closed.
 void chatCreated(Chat chat)
          Notifies this instance that a new Chat has been created.
 

Method Detail

chatClosed

void chatClosed(Chat chat)
Notifies this instance that a Chat has been closed.

Parameters:
chat - the Chat which has been closed

chatCreated

void chatCreated(Chat chat)
Notifies this instance that a new Chat has been created.

Parameters:
chat - the new Chat which has been created

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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