uk.co.keang.callerid.driver
Interface ICallerIDListener


public interface ICallerIDListener

Listens for Caller ID events

Version:
1.0 - 15 Jan 2014
Author:
Keang

Method Summary
 void callerIDException(java.lang.Exception e)
          Notification of an exception.
 void incomingCall(CallerIDEvent event)
          Notification of an incoming call
 

Method Detail

incomingCall

void incomingCall(CallerIDEvent event)
Notification of an incoming call

Parameters:
event - the incoming call event

callerIDException

void callerIDException(java.lang.Exception e)
Notification of an exception. Before this is called the connection to the hardware will have been closed.

Parameters:
e - the exception thrown