Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Superinterfaces:
EventListener

public interface ChatFocusListener
extends EventListener

The listener interface for receiving focus events on a Chat.

Author:
Yana Stamcheva

Method Summary
 void chatFocusGained(ChatFocusEvent event)
          Indicates that a Chat has gained the focus.
 void chatFocusLost(ChatFocusEvent event)
          Indicates that a Chat has lost the focus.
 

Method Detail

chatFocusGained

void chatFocusGained(ChatFocusEvent event)
Indicates that a Chat has gained the focus.

Parameters:
event - the ChatFocusEvent containing the corresponding chat.

chatFocusLost

void chatFocusLost(ChatFocusEvent event)
Indicates that a Chat has lost the focus.

Parameters:
event - the ChatFocusEvent containing the corresponding chat.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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