org.owasp.webscarab.model
Interface ConversationListener

All Superinterfaces:
java.util.EventListener

public interface ConversationListener
extends java.util.EventListener

Author:
rogan

Method Summary
 void conversationAdded(ConversationEvent evt)
           
 void conversationChanged(ConversationEvent evt)
           
 void conversationRemoved(ConversationEvent evt)
           
 void conversationsChanged()
           
 

Method Detail

conversationAdded

void conversationAdded(ConversationEvent evt)

conversationChanged

void conversationChanged(ConversationEvent evt)

conversationRemoved

void conversationRemoved(ConversationEvent evt)

conversationsChanged

void conversationsChanged()