|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SignalingEventListener
Interface that application class must implement in order to receive notifications about events in signaling level that describe different signaling conditions.
| Method Summary | |
|---|---|
void |
handleClientRegisteredEvent()
Trigger to the application level that is called when the client is successfully registered to the IMS. |
void |
handleClientRegistrationFailedEvent()
Trigger to the application level that is called when the client's registration to the IMS was unsuccessful. |
void |
handleServiceRequirementsChangedEvent(java.lang.String message)
Trigger to the application level that is called when the resources have been successfully reserved or released. |
void |
handleSessionEstablishedEvent(java.lang.String serviceDescription)
Trigger to the application level that is called when session is successfully established. |
void |
handleSessionEstablishmentFailedEvent(java.lang.String message)
Trigger to the application level that is called when session is unsuccessfully established. |
void |
handleSessionParameterOffer(java.lang.String message)
Trigger to the application level that is called whrn the session parameter are being offered during session establishment. |
void |
handleSessionTerminatedEvent()
Trigger to the application level that is called when session is terminated. |
void |
handleSessionUpdatedEvent(java.lang.String serviceDescription)
Trigger to the application level that is called when session description is successfully updated. |
void |
handleSessionUpdateFailedEvent(java.lang.String message)
Trigger to the application level that is called when session description is unsuccessfully updated. |
| Method Detail |
|---|
void handleSessionEstablishedEvent(java.lang.String serviceDescription)
serviceDescription - A String object that contains initial
service description delivered
during session establishment.void handleSessionEstablishmentFailedEvent(java.lang.String message)
message - A string object describing the cause of the failure.void handleSessionTerminatedEvent()
void handleSessionUpdatedEvent(java.lang.String serviceDescription)
serviceDescription - A String object that contains service
description delivered during
session establishment.void handleSessionUpdateFailedEvent(java.lang.String message)
message - A string object describing the cause of the failure.void handleServiceRequirementsChangedEvent(java.lang.String message)
message - A string object describing the result after the
change in servce reqirements has occurred.void handleClientRegisteredEvent()
void handleClientRegistrationFailedEvent()
void handleSessionParameterOffer(java.lang.String message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||