com.ibm.btt.clientserver
Class CSReplyEvent
java.lang.Object
java.util.EventObject
com.ibm.btt.clientserver.CSReplyEvent
- All Implemented Interfaces:
- java.io.Serializable
public class CSReplyEvent
- extends java.util.EventObject
Event that is raised when an asynchronous "send" request has finished
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
CSReplyEvent(java.lang.Object source)
Constructor for class CSReplyEvent. l |
CSReplyEvent(java.lang.Object source,
java.lang.Integer requestId)
This constructor creates a CSReplyEvent object. |
Method Summary |
java.lang.Integer |
getRequestId()
Gets the _requestId property (java.lang.Integer) value. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CSReplyEvent
public CSReplyEvent(java.lang.Object source)
- Constructor for class CSReplyEvent. l
- Parameters:
source
- java.lang.Object
CSReplyEvent
public CSReplyEvent(java.lang.Object source,
java.lang.Integer requestId)
- This constructor creates a CSReplyEvent object.
- Parameters:
source
- java.lang.Objectid
- java.lang.Integer
getRequestId
public java.lang.Integer getRequestId()
- Gets the _requestId property (java.lang.Integer) value.
- Returns:
- java.lang.Integer
(c) Copyright IBM Corporation 1998, 2010