home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
- import java.util.EventObject;
-
- class Email$Action implements ActionListener {
- // $FF: synthetic field
- private final Email this$0;
-
- public void actionPerformed(ActionEvent event) {
- Object object = ((EventObject)event).getSource();
- if (object == this.this$0.button1) {
- this.this$0.button1_Clicked(event);
- } else if (object == this.this$0.button2) {
- this.this$0.button2_Clicked(event);
- } else if (object == this.this$0.timer1) {
- this.this$0.timer1_TimerEvent(event);
- }
-
- }
-
- Email$Action(Email this$0) {
- this.this$0 = this$0;
- this.this$0 = this$0;
- }
- }
-