|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used as a callback mechanism for synchronization. The synchronization mechanism is based on ICS for the MAPI provider and WebDAV replication for the WebDAV provider.
For the case of new and changed items, the Values returned are NOT necessarily changed properties. They are the values for the keys requested during synchronization.
Method Summary | |
void |
changedItem(java.lang.String sSourceKey,
IValue[] values)
Callback function for an changed item. |
void |
deletedItem(java.lang.String sSourceKey)
Callback function for a deleted item. |
void |
newItem(java.lang.String sSourceKey,
IValue[] values)
Callback function for a new item. |
Method Detail |
public void newItem(java.lang.String sSourceKey, IValue[] values)
sSourceKey
- the string uniquely identifying the itemvalues
- the values for the itempublic void changedItem(java.lang.String sSourceKey, IValue[] values)
sSourceKey
- the string uniquely identifying the itemvalues
- the values for the itempublic void deletedItem(java.lang.String sSourceKey)
sSourceKey
- the string uniquely identifying the item
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |