com.bmc.mainview.nvbapi
Interface ConversationListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ConversationWriter

public interface ConversationListener
extends java.util.EventListener

Interface for monitoring activity with the host

Version:
2.0
Author:
F. Schneider
See Also:
Conversation.addListener(ConversationListener), ConversationEvent

Method Summary
 void eventPerformed(ConversationEvent event)
           
 

Method Detail

eventPerformed

void eventPerformed(ConversationEvent event)