home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2003 January
/
maximum-cd-2003-01.iso
/
Software
/
Apps
/
OperawithJava
/
ow32enen700b1j.exe
/
OPERA.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
|
2002-11-05
|
613 b
|
27 lines
package netscape.plugin;
import netscape.javascript.JSObject;
public class Plugin {
int peer;
JSObject window;
public void init() {
}
public void destroy() {
}
public int getPeer() {
return this.peer;
}
public JSObject getWindow() {
return this.window;
}
public boolean isActive() {
return this.peer != 0;
}
}