home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
- import java.util.EventObject;
-
- class Reserve$SymAction implements ActionListener {
- // $FF: synthetic field
- private final Reserve this$0;
-
- public void actionPerformed(ActionEvent event) {
- Object object = ((EventObject)event).getSource();
- if (object == this.this$0.DBA_packagesNavigator_next) {
- this.this$0.DBAPackagesNavigatorNext_ActionPerformed(event);
- } else if (object == this.this$0.DBA_packagesNavigator_previous) {
- this.this$0.DBAPackagesNavigatorPrevious_ActionPerformed(event);
- } else if (object == this.this$0.DBA_registrationNavigator_save) {
- this.this$0.DBARegistrationNavigatorSave_ActionPerformed(event);
- } else if (object == this.this$0.DBA_registrationNavigator_undoChanges) {
- this.this$0.DBARegistrationNavigatorUndoChanges_ActionPerformed(event);
- }
-
- }
-
- Reserve$SymAction(Reserve this$0) {
- this.this$0 = this$0;
- this.this$0 = this$0;
- }
- }
-