|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.csapi.jr.slee.ResourceEvent
org.mobicents.csapi.jr.slee.ui.UserInteractionAbortedEvent
public class UserInteractionAbortedEvent
This event indicates to the application that the User Interaction service instance has terminated or closed abnormally. No further communication will be possible between the User Interaction service instance and application.
| Constructor Summary | |
|---|---|
UserInteractionAbortedEvent(TpServiceIdentifier tpServiceIdentifier,
TpUICallIdentifier callUserInteraction)
Constructor for UserInteractionAbortedEvent |
|
UserInteractionAbortedEvent(TpServiceIdentifier tpServiceIdentifier,
TpUIIdentifier genericUserInteraction)
Constructor for UserInteractionAbortedEvent |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
TpUICallIdentifier |
getCallUserInteraction()
Returns the Call related User Interaction |
TpUIIdentifier |
getGenericUserInteraction()
Returns the Generic User Interaction |
int |
hashCode()
Returns a hashcode value for the object. |
| Methods inherited from class org.mobicents.csapi.jr.slee.ResourceEvent |
|---|
getService |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserInteractionAbortedEvent(TpServiceIdentifier tpServiceIdentifier,
TpUIIdentifier genericUserInteraction)
tpServiceIdentifier - the service this event is related touserInteraction - Generic User Interaction this event is related to
public UserInteractionAbortedEvent(TpServiceIdentifier tpServiceIdentifier,
TpUICallIdentifier callUserInteraction)
tpServiceIdentifier - the service this event is related touserInteraction - Call Related User Interaction this event is related to| Method Detail |
|---|
public TpUIIdentifier getGenericUserInteraction()
public TpUICallIdentifier getCallUserInteraction()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||