org.csapi.jr.se.ui
Class RecordMessageResEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.csapi.jr.se.ui.RecordMessageResEvent
All Implemented Interfaces:
java.io.Serializable

public final class RecordMessageResEvent
extends java.util.EventObject

Event created by an activity object to indicate that a Gateway originated call to the recordMessageRes() method on the callback interface has occured.

See Also:
Serialized Form

Constructor Summary
RecordMessageResEvent(java.lang.Object source, org.csapi.jr.se.ui.UIReport response, int messageID)
          Constructor for the RecordMessageResEvent Event.
 
Method Summary
 int getMessageID()
          This method is used to retrieve the parameter value of 'messageID' passed up from the Gateway in it's call to the recordMessageRes() method, used on the creation of this event.
 org.csapi.jr.se.ui.UIReport getResponse()
          This method is used to retrieve the parameter value of 'response' passed up from the Gateway in it's call to the recordMessageRes() method, used on the creation of this event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordMessageResEvent

public RecordMessageResEvent(java.lang.Object source,
                             org.csapi.jr.se.ui.UIReport response,
                             int messageID)
Constructor for the RecordMessageResEvent Event.

Parameters:
source - Reference to the object firing the event.
Method Detail

getResponse

public org.csapi.jr.se.ui.UIReport getResponse()
This method is used to retrieve the parameter value of 'response' passed up from the Gateway in it's call to the recordMessageRes() method, used on the creation of this event.

Returns:
The value of 'response' used on creation of this event.

getMessageID

public int getMessageID()
This method is used to retrieve the parameter value of 'messageID' passed up from the Gateway in it's call to the recordMessageRes() method, used on the creation of this event.

Returns:
The value of 'messageID' used on creation of this event.