org.owasp.webscarab.model
Class UrlEvent

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

public class UrlEvent
extends java.util.EventObject

Author:
rogan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UrlEvent(java.lang.Object source, HttpUrl url, int position)
          Creates a new instance of UrlEvent
 
Method Summary
 int getPosition()
           
 HttpUrl getUrl()
           
 
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

UrlEvent

public UrlEvent(java.lang.Object source,
                HttpUrl url,
                int position)
Creates a new instance of UrlEvent

Method Detail

getUrl

public HttpUrl getUrl()

getPosition

public int getPosition()