com.bmc.mainview.nvbapi
Class ConversationRawInEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.bmc.mainview.nvbapi.ConversationEvent
          extended by 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

Constructor Summary
ConversationRawInEvent(Conversation conv, java.lang.String resp, java.lang.StringBuffer request)
           
 
Method Summary
 java.lang.StringBuffer getRequest()
           
 java.lang.String getResponse()
           
 void setResponse(java.lang.String string)
           
 
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

ConversationRawInEvent

public ConversationRawInEvent(Conversation conv,
                              java.lang.String resp,
                              java.lang.StringBuffer request)
Method Detail

getResponse

public java.lang.String getResponse()

getRequest

public java.lang.StringBuffer getRequest()

setResponse

public void setResponse(java.lang.String string)