Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.main.contactlist
Interface ContactListListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ContactListPane, MetaContactRightButtonMenu, ShowMoreContact

public interface ContactListListener
extends EventListener

Listens for events coming from mouse events over the contact list. For example a contact been clicked or a group been selected.

Author:
Yana Stamcheva

Method Summary
 void contactClicked(ContactListEvent evt)
          Indicates that a contact has been clicked.
 void groupClicked(ContactListEvent evt)
          Indicates that a group has been selected.
 

Method Detail

groupClicked

void groupClicked(ContactListEvent evt)
Indicates that a group has been selected.

Parameters:
evt - the ContactListEvent that has been triggered from the user selection

contactClicked

void contactClicked(ContactListEvent evt)
Indicates that a contact has been clicked.

Parameters:
evt - the ContactListEvent that has been triggered from the user click

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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