-
- All Implemented Interfaces:
public interface CallControllerListener
-
-
Method Summary
Modifier and Type Method Description abstract UnitonIncomingCall(CallController callController, Call call)Tells the listener that an incoming call has been received. -
-
Method Detail
-
onIncomingCall
abstract Unit onIncomingCall(CallController callController, Call call)
Tells the listener that an incoming call has been received.
- Parameters:
callController- The callController informing the listener that an incoming call was received.call- The incoming call.
-
-
-
-