public class TelecomService
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(TelecomServiceEventListener listener)
Adds a listener for this client.
|
void |
removeListener(TelecomServiceEventListener listener)
Removes a listener from this client.
|
void |
updateCommunicationsClient(com.avaya.clientservices.client.Client client)
Update the communications client reference in case if
client is recreated at run time by the application after TelecomService
is initialized.
|
public void updateCommunicationsClient(com.avaya.clientservices.client.Client client)
client - Client SDK's Clientpublic void addListener(TelecomServiceEventListener listener)
public void removeListener(TelecomServiceEventListener listener)