|
Dekoh platform API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContactsListener
ContactsListener interface for receiving callbacks when a contact is added/updated/deleted.
registered with ContactsManager.
If any existing class which has registered with ContactsManager earlier and no more interested in receiving callbacks
can deregister with ContactsManager.
ContactsManager.registerContactsListener(ContactsListener),
ContactsManager.unregisterContactsListener(ContactsListener)| Method Summary | |
|---|---|
void |
contactAdded(ContactEvent event)
Invoked after successfully adding a contact and synchronizing with central server. |
void |
contactDeleted(ContactEvent event)
Invoked after successfully deleting a contact and synchronizing with central server. |
void |
contactsRefreshed(ContactEvent event)
Invoked after a DekohDesktop is successfully refreshed with contacts information from central server. |
void |
contactUpdated(ContactEvent event)
Invoked after successfully updating a contact details and synchronizing with central server. |
| Method Detail |
|---|
void contactAdded(ContactEvent event)
event - ContactEventvoid contactUpdated(ContactEvent event)
event - ContactEventvoid contactDeleted(ContactEvent event)
event - ContactEventvoid contactsRefreshed(ContactEvent event)
event - ContactEvent
|
Dekoh platform API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
© 2009 Pramati Technologies - Dekoh - Portal for Developers