net.java.sip.communicator.impl.protocol.msn
Class VolatileGroup
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VolatileGroup
VolatileGroup()
VolatileGroup
VolatileGroup(String groupName)
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.
Distributable under LGPL license.