net.sf.dexterim.core
Class AbstractContactList

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

public abstract class AbstractContactList
extends java.lang.Object
implements ContactList

Author:
christoph

Constructor Summary
AbstractContactList()
           
 
Method Summary
 void addContactListener(ContactListListener listener)
           
protected  void fireContactAdded(int index)
           
 void removeContactListener(ContactListListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.dexterim.core.ContactList
add, getContact, iterator, size
 

Constructor Detail

AbstractContactList

public AbstractContactList()
Method Detail

addContactListener

public void addContactListener(ContactListListener listener)
Specified by:
addContactListener in interface ContactList
See Also:
net.sf.dexterim.core.ContactList#addContactListener(net.sf.dexterim.core.ContactListener)

removeContactListener

public void removeContactListener(ContactListListener listener)
Specified by:
removeContactListener in interface ContactList
See Also:
net.sf.dexterim.core.ContactList#removeContactListener(net.sf.dexterim.core.ContactListener)

fireContactAdded

protected void fireContactAdded(int index)


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