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

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

public class ReportEventNotificationEvent
extends ResourceEvent

This event notifies the application of an occurred network event which matches the criteria installed by the createNotification method.

See Also:
Serialized Form

Constructor Summary
ReportEventNotificationEvent(TpServiceIdentifier tpServiceIdentifier, TpUIIdentifier userInteraction, TpUIEventNotificationInfo eventNotificationInfo, int assignmentID)
          Constructor for ReportEventNotificationEvent
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getAssignmentID()
          Returns the assignmentID
 TpUIEventNotificationInfo getEventNotificationInfo()
          Returns the eventNotificationInfo
 TpUIIdentifier getUserInteraction()
          Returns the userInteraction
 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

ReportEventNotificationEvent

public ReportEventNotificationEvent(TpServiceIdentifier tpServiceIdentifier,
                                    TpUIIdentifier userInteraction,
                                    TpUIEventNotificationInfo eventNotificationInfo,
                                    int assignmentID)
Constructor for ReportEventNotificationEvent

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

getUserInteraction

public TpUIIdentifier getUserInteraction()
Returns the userInteraction


getEventNotificationInfo

public TpUIEventNotificationInfo getEventNotificationInfo()
Returns the eventNotificationInfo


getAssignmentID

public int getAssignmentID()
Returns the assignmentID


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 © 2009. All Rights Reserved.