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