net.sf.dexterim.core
Class DefaultContactList

java.lang.Object
  extended bynet.sf.dexterim.core.AbstractContactList
      extended bynet.sf.dexterim.core.DefaultContactList
All Implemented Interfaces:
ContactList

public class DefaultContactList
extends AbstractContactList

Author:
Christoph Walcher

Constructor Summary
DefaultContactList()
          Creates a new instance of DefaultContactList
 
Method Summary
 void add(Contact contact)
           
static ContactList emptyContactList()
           
 Contact getContact(int index)
           
 java.util.Iterator iterator()
           
 int size()
           
 
Methods inherited from class net.sf.dexterim.core.AbstractContactList
addContactListener, fireContactAdded, removeContactListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultContactList

public DefaultContactList()
Creates a new instance of DefaultContactList

Method Detail

getContact

public Contact getContact(int index)

iterator

public java.util.Iterator iterator()

size

public int size()

emptyContactList

public static ContactList emptyContactList()

add

public void add(Contact contact)


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.