Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.msn
Class VolatileGroup

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.msn.VolatileGroup
All Implemented Interfaces:
net.sf.jml.MsnGroup

public class VolatileGroup
extends Object
implements net.sf.jml.MsnGroup

The Msn implementation of the Volatile ContactGroup interface.

Author:
Damian Minkov

Constructor Summary
VolatileGroup()
           
VolatileGroup(String groupName)
           
 
Method Summary
 boolean containContact(net.sf.jml.MsnContact contact)
           
 net.sf.jml.MsnContactList getContactList()
           
 net.sf.jml.MsnContact[] getContacts()
           
 String getGroupId()
           
 String getGroupName()
           
 boolean isDefaultGroup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VolatileGroup

VolatileGroup()

VolatileGroup

VolatileGroup(String groupName)
Method Detail

getContactList

public net.sf.jml.MsnContactList getContactList()
Specified by:
getContactList in interface net.sf.jml.MsnGroup

getGroupId

public String getGroupId()
Specified by:
getGroupId in interface net.sf.jml.MsnGroup

getGroupName

public String getGroupName()
Specified by:
getGroupName in interface net.sf.jml.MsnGroup

getContacts

public net.sf.jml.MsnContact[] getContacts()
Specified by:
getContacts in interface net.sf.jml.MsnGroup

containContact

public boolean containContact(net.sf.jml.MsnContact contact)
Specified by:
containContact in interface net.sf.jml.MsnGroup

isDefaultGroup

public boolean isDefaultGroup()
Specified by:
isDefaultGroup in interface net.sf.jml.MsnGroup

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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