diff options
Diffstat (limited to 'NET/worlds/console/INetscapeRegistry.java')
| -rw-r--r-- | NET/worlds/console/INetscapeRegistry.java | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/NET/worlds/console/INetscapeRegistry.java b/NET/worlds/console/INetscapeRegistry.java new file mode 100644 index 0000000..7fb2650 --- /dev/null +++ b/NET/worlds/console/INetscapeRegistry.java @@ -0,0 +1,31 @@ +/* */ package NET.worlds.console; +/* */ +/* */ import java.io.IOException; +/* */ +/* */ +/* */ public class INetscapeRegistry +/* */ extends IDispatch +/* */ { +/* */ public INetscapeRegistry() +/* */ throws IOException +/* */ { +/* 12 */ super("Netscape.Registry.1"); +/* */ } +/* */ +/* */ public native boolean RegisterViewer(String paramString1, String paramString2) +/* */ throws IOException; +/* */ +/* */ public native boolean RegisterProtocol(String paramString1, String paramString2) +/* */ throws IOException; +/* */ +/* */ public String toString() +/* */ { +/* 23 */ return "INetscapeRegistry(" + internalData() + ")"; +/* */ } +/* */ } + + +/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\console\INetscapeRegistry.class + * Java compiler version: 6 (50.0) + * JD-Core Version: 0.7.1 + */
\ No newline at end of file |