home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Software (Premium Edition)
/
mycd.iso
/
INTERNET
/
NETSCAP4.06
/
CP32E406.EXE
/
nav40.z
/
java40.jar
/
netscape
/
plugin
/
Plugin.class
(
.txt
)
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1998-08-13
|
647 b
|
27 lines
package netscape.plugin;
import netscape.javascript.JSObject;
public class Plugin {
int peer;
JSObject window;
public int getPeer() {
return this.peer;
}
public void init() {
}
public void destroy() {
}
public boolean isActive() {
return this.peer != 0;
}
public JSObject getWindow() {
return this.window;
}
}