Uses of Class
com.bmc.mainview.nvbapi.ConversationEvent

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

Uses of ConversationEvent in com.bmc.mainview.nvbapi
 

Subclasses of ConversationEvent in com.bmc.mainview.nvbapi
 class ConversationRawInEvent
          Created when a response has been received from the host
 class ConversationRawOutEvent
          Created when characters are about to be sent to the host
 class ConversationStatusEvent
          Created when a status response is received
 class ConversationXMLInEvent
          Created when a response has been received from the host
 class ConversationXMLOutEvent
          Created when a request is about to be sent to the host
 

Methods in com.bmc.mainview.nvbapi with parameters of type ConversationEvent
 void ConversationWriter.eventPerformed(ConversationEvent event)
           
 void ConversationListener.eventPerformed(ConversationEvent event)