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

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

Deprecated. This event is deprecated and replaced by reportEventNotification(). It will be removed in a later release. This method notifies the application of an occurred network event which matches the criteria installed by the createNotification method.

public class ReportNotificationEvent
extends ResourceEvent

See Also:
Serialized Form

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

ReportNotificationEvent

public ReportNotificationEvent(TpServiceIdentifier tpServiceIdentifier,
                               TpUIIdentifier userInteraction,
                               TpUIEventInfo eventInfo,
                               int assignmentID)
Deprecated. 
Constructor for ReportNotificationEvent

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

getUserInteraction

public TpUIIdentifier getUserInteraction()
Deprecated. 
Returns the userInteraction


getEventInfo

public TpUIEventInfo getEventInfo()
Deprecated. 
Returns the eventInfo


getAssignmentID

public int getAssignmentID()
Deprecated. 
Returns the assignmentID


equals

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

Overrides:
equals in class java.lang.Object

hashCode

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

Overrides:
hashCode in class java.lang.Object


Copyright © 2008. All Rights Reserved.