|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods that applications need to implement in order to use the non-blocking dial functionality.
Method Summary | |
void |
onAccept(DialSignalEvent dse)
This method informs the application that the peer application has accepted the call and is ready to talk. |
void |
onBusy(DialSignalEvent dse)
This method informs the application that the peer application responded with an indication that it was busy and cannot talk at present. |
void |
onError(DesktopSignalingException dse)
This method informs the application that an unclassified error occurred during the dial attempt. |
void |
onIncompatible(DialSignalEvent dse)
This method informs the application that the peer application is incompatible. |
void |
onInvalid(DialSignalEvent dse)
This method informs the application that the peer application is invalid. |
void |
onReject(DialSignalEvent dse)
This method informs the application that the peer application has rejected the invitation to talk. |
void |
onTimeout(DialSignalEvent dse)
This method informs the application that the peer application is not responding so the call should be aborted. |
Method Detail |
public void onAccept(DialSignalEvent dse)
dse
- is the DialSignalEvent that contains all the information about
the peer.DialSignalEvent
public void onReject(DialSignalEvent dse)
dse
- is the DialSignalEvent that contains all the information about
the peer.DialSignalEvent
public void onBusy(DialSignalEvent dse)
dse
- is the DialSignalEvent that contains all the information about
the peer.DialSignalEvent
public void onInvalid(DialSignalEvent dse)
dse
- is the DialSignalEvent that contains all the information about
the peer.DialSignalEvent
public void onTimeout(DialSignalEvent dse)
dse
- is the DialSignalEvent that contains all the information about
the peer.DialSignalEvent
public void onIncompatible(DialSignalEvent dse)
dse
- is the DialSignalEvent that contains all the information about
the peer.DialSignalEvent
public void onError(DesktopSignalingException dse)
dse
- is the DesktopSignalingException that was thrown during the dial sequenceDesktopSignalingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |