org.mobicents.csapi.jr.slee.ui
Class UserInteractionAbortedEvent

java.lang.Object
  extended by org.mobicents.csapi.jr.slee.ResourceEvent
      extended by org.mobicents.csapi.jr.slee.ui.UserInteractionAbortedEvent
All Implemented Interfaces:
java.io.Serializable

public class UserInteractionAbortedEvent
extends ResourceEvent

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.

See Also:
Serialized Form

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

UserInteractionAbortedEvent

public UserInteractionAbortedEvent(TpServiceIdentifier tpServiceIdentifier,
                                   TpUIIdentifier genericUserInteraction)
Constructor for UserInteractionAbortedEvent

Parameters:
tpServiceIdentifier - the service this event is related to
userInteraction - Generic User Interaction this event is related to

UserInteractionAbortedEvent

public UserInteractionAbortedEvent(TpServiceIdentifier tpServiceIdentifier,
                                   TpUICallIdentifier callUserInteraction)
Constructor for UserInteractionAbortedEvent

Parameters:
tpServiceIdentifier - the service this event is related to
userInteraction - Call Related User Interaction this event is related to
Method Detail

getGenericUserInteraction

public TpUIIdentifier getGenericUserInteraction()
Returns the Generic User Interaction


getCallUserInteraction

public TpUICallIdentifier getCallUserInteraction()
Returns the Call related User Interaction


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object


Copyright © 2008. All Rights Reserved.