home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- final class XMLPro$4 implements ActionListener {
- // $FF: synthetic field
- private final XMLPro this$0;
-
- // $FF: synthetic method
- XMLPro$4(XMLPro var1) {
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- if (!XMLPro.printTb) {
- XMLPro.printTb = true;
- this.this$0.printFile();
- XMLPro.printTb = false;
- }
-
- }
- }
-