public interface ICallContractorReference
Implement this to manage a reference to a call contractor.
Modifier and Type | Method and Description |
---|---|
ICallContractor |
getCallContractor()
Retrieves the call contractor.
|
void |
setCallContractor(ICallContractor callContractor)
Sets the call contractor, or null to end an existing contract.
|
ICallContractor getCallContractor()
void setCallContractor(ICallContractor callContractor)
callContractor
- contractor to use, or null, if no contract.The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.