com.bmc.mainview.nvbapi
Class ConversationRawInEvent
java.lang.Object
java.util.EventObject
com.bmc.mainview.nvbapi.ConversationEvent
com.bmc.mainview.nvbapi.ConversationRawInEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ConversationRawInEvent
- extends ConversationEvent
Created when a response has been received from the host
- Version:
- 2.0
- Author:
- F. Schneider
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConversationRawInEvent
public ConversationRawInEvent(Conversation conv,
java.lang.String resp,
java.lang.StringBuffer request)
getResponse
public java.lang.String getResponse()
getRequest
public java.lang.StringBuffer getRequest()
setResponse
public void setResponse(java.lang.String string)