home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
- import java.util.EventObject;
-
- class QuitDialog$Action implements ActionListener {
- // $FF: synthetic field
- private final QuitDialog this$0;
-
- public void actionPerformed(ActionEvent event) {
- Object object = ((EventObject)event).getSource();
- if (object == this.this$0.noButton) {
- this.this$0.noButton_Clicked(event);
- } else if (object == this.this$0.yesButton) {
- this.this$0.yesButton_Clicked(event);
- }
-
- }
-
- QuitDialog$Action(QuitDialog this$0) {
- this.this$0 = this$0;
- this.this$0 = this$0;
- }
- }
-