blob: 7fb2650ce6fd07e2a671a02a87618929c7cce306 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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
*/
|