rath.msnm
Class BuddyGroup

java.lang.Object
  |
  +--rath.msnm.BuddyGroup

public class BuddyGroup
extends Object

Version:
$Id: BuddyGroup.java,v 1.1.1.1 2002/03/03 21:32:36 xrath Exp $, since 2002/02/25
Author:
Jang-Ho Hwang, rath@xrath.com

Constructor Summary
protected BuddyGroup()
           
 
Method Summary
 void clear()
           
 BuddyList getAllowList()
           
 BuddyList getBlockList()
           
 BuddyList getForwardList()
           
 GroupList getGroupList()
           
static BuddyGroup getInstance()
           
 BuddyList getListAsCode(String code)
           
 BuddyList getReverseList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuddyGroup

protected BuddyGroup()
Method Detail

getGroupList

public GroupList getGroupList()

getForwardList

public BuddyList getForwardList()

getAllowList

public BuddyList getAllowList()

getBlockList

public BuddyList getBlockList()

getReverseList

public BuddyList getReverseList()

getListAsCode

public BuddyList getListAsCode(String code)

clear

public void clear()

getInstance

public static BuddyGroup getInstance()