nsIDirIndexListener

This interface is used to receive contents of directory index listings
from a protocol. They can then be transformed into an output format
(such as rdf, html, etc)

Methods

onIndexAvailable(aRequest, aCtxt, aIndex)

Called for each directory entry

Parameters

request - the request
ctxt - opaque parameter
index - new index to add

onInformationAvailable(aRequest, aCtxt, aInfo)

Called for each information line

Parameters

request - the request
ctxt - opaque parameter
info - new info to add