org.owasp.webscarab.model
Interface UrlModel

All Known Implementing Classes:
AbstractUrlModel, FilteredUrlModel

public interface UrlModel

Author:
rogan

Method Summary
 void addUrlListener(UrlListener listener)
           
 HttpUrl getChildAt(HttpUrl parent, int index)
           
 int getChildCount(HttpUrl parent)
           
 int getIndexOf(HttpUrl url)
           
 EDU.oswego.cs.dl.util.concurrent.Sync readLock()
           
 void removeUrlListener(UrlListener listener)
           
 

Method Detail

getChildCount

int getChildCount(HttpUrl parent)

getChildAt

HttpUrl getChildAt(HttpUrl parent,
                   int index)

getIndexOf

int getIndexOf(HttpUrl url)

readLock

EDU.oswego.cs.dl.util.concurrent.Sync readLock()

addUrlListener

void addUrlListener(UrlListener listener)

removeUrlListener

void removeUrlListener(UrlListener listener)