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