source:
trunk/icedtea-web/netx/javax/jnlp/BasicService.java
Last change on this file was 348, checked in by , 13 years ago | |
---|---|
File size: 226 bytes |
Line | |
---|---|
1 | package javax.jnlp; |
2 | |
3 | public interface BasicService { |
4 | |
5 | public java.net.URL getCodeBase(); |
6 | |
7 | public boolean isOffline(); |
8 | |
9 | public boolean showDocument(java.net.URL url); |
10 | |
11 | public boolean isWebBrowserSupported(); |
12 | |
13 | } |
Note:
See TracBrowser
for help on using the repository browser.