|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.nokia.mid.pim.ContactChange
public class ContactChange
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 defined above |
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 |
---|
public static final int CONTACTCHANGE_ADD
public static final int CONTACTCHANGE_MODIFY
public static final int CONTACTCHANGE_DELETE
public java.lang.String contactUID
public java.lang.String contactListName
public int changeType
CONTACTCHANGE_ADD
, CONTACTCHANGE_MODIFY
or CONTACTCHANGE_DELETE
defined above
Constructor Detail |
---|
public ContactChange()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |