Package com.avaya.clientservices.contact
Interface ContactListener
-
public interface ContactListenerInterface that can be used to retrieve status updates for a Contact.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonContactUpdated(Contact contact)Occurs when some field of the contact changes, either through local or remote actions.
-
-
-
Method Detail
-
onContactUpdated
void onContactUpdated(Contact contact)
Occurs when some field of the contact changes, either through local or remote actions.- Parameters:
contact- The contact that was updated.
-
-