com.nokia.mid.pim
Class ContactChange

java.lang.Object
  extended by com.nokia.mid.pim.ContactChange

public class ContactChange
extends java.lang.Object

This class describe one contact change, the fields that are contained in one contact change. Contact changes will be received in ContactChangeListener.onContactChange(ContactChange[]) as an array.


Field Summary
 int changeType
          CONTACTCHANGE_ADD, CONTACTCHANGE_MODIFY or CONTACTCHANGE_DELETE
 javax.microedition.pim.Contact contact
          the possible contact object returned for CONTACTCHANGE_DELETE, this field is null
static int CONTACTCHANGE_ADD
          one contact has been added
static int CONTACTCHANGE_DELETE
          one contact has been deleted
static int CONTACTCHANGE_MODIFY
          one contact's information has been modified
 java.lang.String contactListName
          the name of contact list that this contact belongs to
 java.lang.String contactUID
          the unique id of one contact
 
Constructor Summary
ContactChange()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTACTCHANGE_ADD

public static final int CONTACTCHANGE_ADD
one contact has been added

See Also:
Constant Field Values

CONTACTCHANGE_MODIFY

public static final int CONTACTCHANGE_MODIFY
one contact's information has been modified

See Also:
Constant Field Values

CONTACTCHANGE_DELETE

public static final int CONTACTCHANGE_DELETE
one contact has been deleted

See Also:
Constant Field Values

changeType

public int changeType
CONTACTCHANGE_ADD, CONTACTCHANGE_MODIFY or CONTACTCHANGE_DELETE


contact

public javax.microedition.pim.Contact contact
the possible contact object returned for CONTACTCHANGE_DELETE, this field is null


contactUID

public java.lang.String contactUID
the unique id of one contact


contactListName

public java.lang.String contactListName
the name of contact list that this contact belongs to

Constructor Detail

ContactChange

public ContactChange()


Copyright © 2012 Nokia Corporation. All rights reserved.

Nokia is registered trademark of Nokia Corporation. Java and all Java-based marks are trademarks or registered trademarks of Oracle Corporation. Other product and company names mentioned herein may be trademarks or trade names of their respective owners. This document is confidential information of Nokia Corporation.

Disclaimer
The information in this document is provided "as is," with no warranties whatsoever, including any warranty of merchantability, fitness for any particular purpose, or any warranty otherwise arising out of any proposal, specification, or sample. Furthermore, information provided in this document is preliminary, and may be changed substantially prior to final release.

Nokia Corporation disclaims all liability, including liability for infringement of any proprietary rights, relating to this document and implementation of any information presented in this document.

Nokia Corporation retains the right to make changes to this document at any time, without notice.

License
Subject to above disclaimer, a license is hereby granted to use this documentation solely under existing Limited License Agreement and non-disclosure agreement between the companies for the agreed application development for Series 40 Nokia phones. No other licenses e.g. to any intellectual property rights are granted herein. Any use of the screen shots of this documentation, including any icons thereof, is subject to Nokia's prior written approval.