home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 2001 December
/
dppcpro1201.iso
/
Extras
/
maple
/
Viewer
/
WebEQ
/
MMLViewerInstall.cab
/
MMLViewerApplet.cab
/
webeq3
/
KeyFrame$KeyTextAdaptor.class
(
.txt
)
< prev
next >
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
|
2001-05-24
|
680 b
|
18 lines
package webeq3;
import java.awt.event.TextEvent;
import java.awt.event.TextListener;
class KeyFrame$KeyTextAdaptor implements TextListener {
// $FF: synthetic field
private final KeyFrame this$0;
KeyFrame$KeyTextAdaptor(KeyFrame var1) {
this.this$0 = var1;
}
public void textValueChanged(TextEvent var1) {
this.this$0.ktext = this.this$0.keytext.getText();
}
}