org.owasp.webscarab.model
Class ConversationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.owasp.webscarab.model.ConversationEvent
All Implemented Interfaces:
java.io.Serializable

public class ConversationEvent
extends java.util.EventObject

Author:
rogan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConversationEvent(java.lang.Object source, ConversationID id, int position)
          Creates a new instance of ConversationEvent
 
Method Summary
 ConversationID getConversationID()
           
 int getPosition()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversationEvent

public ConversationEvent(java.lang.Object source,
                         ConversationID id,
                         int position)
Creates a new instance of ConversationEvent

Method Detail

getConversationID

public ConversationID getConversationID()

getPosition

public int getPosition()