|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContactListListener
The ContactListListener
interface is used to listen for model changes within the Contact List.
In general, you implement this interface in order to listen for adding and removal of both ContactItems and ContactGroups.
Method Summary | |
---|---|
void |
contactGroupAdded(ContactGroup group)
Called when a ContactGroup has been added to the ContactList. |
void |
contactGroupRemoved(ContactGroup group)
Called when a ContactGroup has been removed from the ContactList. |
void |
contactItemAdded(ContactItem item)
Notified when a ContactItem has been added to the ContactList. |
void |
contactItemRemoved(ContactItem item)
Notified when a ContactItem has been removed from the ContactList. |
Method Detail |
---|
void contactItemAdded(ContactItem item)
ContactItem
has been added to the ContactList.
item
- the ContactItem added.void contactItemRemoved(ContactItem item)
ContactItem
has been removed from the ContactList.
item
- the ContactItem removed.void contactGroupAdded(ContactGroup group)
ContactGroup
has been added to the ContactList.
group
- the ContactGroup.void contactGroupRemoved(ContactGroup group)
ContactGroup
has been removed from the ContactList.
group
- the ContactGroup.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |