|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface URLHandler
An interface to be implemented by services which can open URLs.
Method Summary | |
---|---|
boolean |
accept(URL url)
Returns true if this url handler is able to open the url |
void |
openURL(URL url)
Opens a given url. |
Method Detail |
---|
boolean accept(URL url) throws IOException
file
- The file to test
IOException
void openURL(URL url) throws IOException
url
- The URL to open
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |