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

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

public class UserInteractionFaultDetectedEvent
extends ResourceEvent

This event indicates to the application that a fault has been detected in the user interaction.

See Also:
Serialized Form

Constructor Summary
UserInteractionFaultDetectedEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIIdentifier tpUIIdentifier, TpUIFault fault)
          Constructor for UserInteractionFaultDetectedEvent
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 TpUIFault getFault()
          Returns the fault
 TpUICallIdentifier getTpUICallIdentifier()
          Returns the tpUICallIdentifier
 TpUIIdentifier getTpUIIdentifier()
          Returns the tpUIIdentifier
 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

UserInteractionFaultDetectedEvent

public UserInteractionFaultDetectedEvent(TpServiceIdentifier tpServiceIdentifier,
                                         TpUICallIdentifier tpUICallIdentifier,
                                         TpUIIdentifier tpUIIdentifier,
                                         TpUIFault fault)
Constructor for UserInteractionFaultDetectedEvent

Parameters:
tpServiceIdentifier - the service this event is related to
Method Detail

getTpUICallIdentifier

public TpUICallIdentifier getTpUICallIdentifier()
Returns the tpUICallIdentifier


getTpUIIdentifier

public TpUIIdentifier getTpUIIdentifier()
Returns the tpUIIdentifier


getFault

public TpUIFault getFault()
Returns the fault


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.