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