Package net.bluemind.cti.api
Interface IComputerTelephonyIntegrationAsync
public interface IComputerTelephonyIntegrationAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoiddial(String number, AsyncHandler<Void> handler) voidforward(String component, String phoneNumber, AsyncHandler<Void> handler) voidgetStatus(AsyncHandler<Status> handler) voidgetUserEmails(AsyncHandler<List<String>> handler) voidsetStatus(String component, Status status, AsyncHandler<Void> handler)  
- 
Method Details
- 
dial
 - 
forward
 - 
getStatus
 - 
getUserEmails
 - 
setStatus
 
 -