Uses of Class
net.bluemind.cti.api.Status
Packages that use Status
-
Uses of Status in net.bluemind.cti.api
Methods in net.bluemind.cti.api that return StatusModifier and TypeMethodDescriptionstatic Status
Status.create
(Status.Type type, String message) static Status
Status.create
(Status.Type type, Status.PhoneState phoneState, String message) IComputerTelephonyIntegration.getStatus()
Retrieve user phone statusstatic Status
Status.unexisting()
Methods in net.bluemind.cti.api that return types with arguments of type StatusMethods in net.bluemind.cti.api with parameters of type StatusModifier and TypeMethodDescriptionvoid
Set phone status for a componentvoid
IComputerTelephonyIntegrationAsync.setStatus
(String component, Status status, AsyncHandler<Void> handler) Method parameters in net.bluemind.cti.api with type arguments of type StatusModifier and TypeMethodDescriptionvoid
IComputerTelephonyIntegrationAsync.getStatus
(AsyncHandler<Status> handler)