cs132.webPage
Interface Callback
- All Known Implementing Classes:
- ListCallback, PrintingCallback
public interface Callback
This interface is a callback that is invoked when an Hypertext Reference is
found in a webpage.
T
|
Method Summary |
void |
foundHRef(java.net.URL found,
java.net.URL in)
This method is invoked by software examining a web page each time an HRef
is found within the contents of the web page. |
foundHRef
void foundHRef(java.net.URL found,
java.net.URL in)
- This method is invoked by software examining a web page each time an HRef
is found within the contents of the web page.
- Parameters:
found - -
the URL that was found in the contents of a web pagein - -
the URL of the web page in which this HRef was found
Web Accessibility