Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Known Implementing Classes:
ContactNode, GroupNode

public interface ContactListNode

The ContactListNode represents a node in the contact list data model. An implementation of this interface should be able to determine the index of this node in its contact source.

Author:
Yana Stamcheva

Method Summary
 int getSourceIndex()
          Returns the index of this node in the MetaContactListService.
 

Method Detail

getSourceIndex

int getSourceIndex()
Returns the index of this node in the MetaContactListService.

Returns:
the index of this node in the MetaContactListService

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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