A C O R

A

addChangeListener(ContactChangeListener) - Static method in class com.nokia.mid.pim.ContactChangeManager
add a contact change listener

C

changeType - Variable in class com.nokia.mid.pim.ContactChange
ContactChange.CONTACTCHANGE_ADD, ContactChange.CONTACTCHANGE_MODIFY or ContactChange.CONTACTCHANGE_DELETE defined above
com.nokia.mid.pim - package com.nokia.mid.pim
 
ContactChange - Class in com.nokia.mid.pim
This class describe one contact change, the fields that are contained in one contact change.
ContactChange() - Constructor for class com.nokia.mid.pim.ContactChange
 
CONTACTCHANGE_ADD - Static variable in class com.nokia.mid.pim.ContactChange
one contact has been added
CONTACTCHANGE_DELETE - Static variable in class com.nokia.mid.pim.ContactChange
one contact has been deleted
CONTACTCHANGE_MODIFY - Static variable in class com.nokia.mid.pim.ContactChange
one contact's information has been modified
ContactChangeListener - Interface in com.nokia.mid.pim
ContactChangeListener enables an application to discover when there are contact changes, please refer to ContactChange.
ContactChangeManager - Class in com.nokia.mid.pim
ContactChangeManger is used to manage receiving contact changes when requester application is running or history contact change when it is not running
ContactChangeManager() - Constructor for class com.nokia.mid.pim.ContactChangeManager
 
contactListName - Variable in class com.nokia.mid.pim.ContactChange
the name of contact list that this contact belongs to
contactUID - Variable in class com.nokia.mid.pim.ContactChange
the unique id of one contact

O

onContactChange(ContactChange[]) - Method in interface com.nokia.mid.pim.ContactChangeListener
notification that contacts information have been changed.

R

removeChangeListener(ContactChangeListener) - Static method in class com.nokia.mid.pim.ContactChangeManager
remove a contact list change listener

A C O R