home *** CD-ROM | disk | FTP | other *** search
- package dsntool;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
- import java.util.EventObject;
-
- class MsgBox$SymAction implements ActionListener {
- // $FF: synthetic field
- private final MsgBox this$0;
-
- public void actionPerformed(ActionEvent var1) {
- Object var2 = ((EventObject)var1).getSource();
- if (var2 == this.this$0.OKButton) {
- this.this$0.OKButton_Clicked(var1);
- }
-
- }
-
- MsgBox$SymAction(MsgBox var1) {
- this.this$0 = var1;
- this.this$0 = var1;
- }
- }
-