home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2005 June
/
PCpro_2005_06.ISO
/
files
/
opensource
/
tvbrowser
/
TvBrowser_1.0.exe
/
plugins
/
ReminderPlugin.jar
/
reminderplugin
/
ReminderDialog$2.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
|
2004-09-19
|
720 b
|
18 lines
package reminderplugin;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class ReminderDialog$2 implements ActionListener {
// $FF: synthetic field
private final ReminderDialog this$0;
ReminderDialog$2(ReminderDialog this$0) {
this.this$0 = this$0;
}
public void actionPerformed(ActionEvent e) {
this.this$0.hide();
}
}