Uses of Interface
com.bmc.mainview.nvbapi.ConversationListener

Packages that use ConversationListener
com.bmc.mainview.nvbapi Provides access to MAINVIEW views over a network. 
 

Uses of ConversationListener in com.bmc.mainview.nvbapi
 

Classes in com.bmc.mainview.nvbapi that implement ConversationListener
 class ConversationWriter
          Class responsible for recording the raw responses received from the NVBAPI and storing them as simulation properties.
 

Methods in com.bmc.mainview.nvbapi with parameters of type ConversationListener
 void Conversation.addListener(ConversationListener listener)
          Add a ConversationListener to monitor events on the conversation
 boolean Conversation.removeListener(ConversationListener listener)
          Remove a previously added ConversationListener
 

Constructors in com.bmc.mainview.nvbapi with parameters of type ConversationListener
LiveServer(java.lang.Object logger, java.lang.String hostName, java.lang.String hostAddress, int hostPort, java.lang.String user, java.lang.String pass, ConversationListener capture)
          Creates a session with the mainframe
LiveServer(java.lang.Object logger, java.lang.String hostName, java.lang.String hostAddress, int hostPort, java.lang.String user, java.lang.String pass, java.lang.String newPassword, ConversationListener capture)