com.bmc.mainview.nvbapi
Class ConversationRawOutEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.bmc.mainview.nvbapi.ConversationEvent
          extended by com.bmc.mainview.nvbapi.ConversationRawOutEvent
All Implemented Interfaces:
java.io.Serializable

public class ConversationRawOutEvent
extends ConversationEvent

Created when characters are about to be sent to the host

Version:
2.0
Author:
F. Schneider

Constructor Summary
ConversationRawOutEvent(Conversation conv, java.lang.StringBuffer request)
           
 
Method Summary
 java.lang.StringBuffer getRequest()
           
 
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

ConversationRawOutEvent

public ConversationRawOutEvent(Conversation conv,
                               java.lang.StringBuffer request)
Method Detail

getRequest

public java.lang.StringBuffer getRequest()