home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.FocusAdapter;
- import java.awt.event.FocusEvent;
- import java.util.EventObject;
-
- class Reserve$SymFocus extends FocusAdapter {
- // $FF: synthetic field
- private final Reserve this$0;
-
- public void focusLost(FocusEvent event) {
- Object object = ((EventObject)event).getSource();
- if (object == this.this$0.Number_in_Party) {
- this.this$0.NumberInParty_focusLost(event);
- }
-
- }
-
- Reserve$SymFocus(Reserve this$0) {
- this.this$0 = this$0;
- this.this$0 = this$0;
- }
- }
-