Package org.htmlunit
Interface WebResponseListener
- All Known Implementing Classes:
WebResponseListener.StatusListener
public interface WebResponseListener
- Author:
- tom.fennelly@gmail.com
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onLoadWebResponse
(org.htmlunit.WebRequest webRequest, org.htmlunit.WebResponse webResponse)
-
Method Details
-
onLoadWebResponse
void onLoadWebResponse(org.htmlunit.WebRequest webRequest, org.htmlunit.WebResponse webResponse) throws IOException - Throws:
IOException
-