com.bmc.mainview.nvbapi
Class ConversationXMLOutEvent

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

public class ConversationXMLOutEvent
extends ConversationEvent

Created when a request is about to be sent to the host

Version:
2.0
Author:
F. Schneider

Constructor Summary
ConversationXMLOutEvent(Conversation source, XML xml)
          Standard constructor
 
Method Summary
 XML getXML()
          Access the request
 
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

ConversationXMLOutEvent

public ConversationXMLOutEvent(Conversation source,
                               XML xml)
Standard constructor

Parameters:
source -
xml -
Method Detail

getXML

public XML getXML()
Access the request

Returns:
the request