home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / VCafe / ddetour.bin / Reserve$SymFocus.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-19  |  906 b   |  22 lines

  1. import java.awt.event.FocusAdapter;
  2. import java.awt.event.FocusEvent;
  3. import java.util.EventObject;
  4.  
  5. class Reserve$SymFocus extends FocusAdapter {
  6.    // $FF: synthetic field
  7.    private final Reserve this$0;
  8.  
  9.    public void focusLost(FocusEvent event) {
  10.       Object object = ((EventObject)event).getSource();
  11.       if (object == this.this$0.Number_in_Party) {
  12.          this.this$0.NumberInParty_focusLost(event);
  13.       }
  14.  
  15.    }
  16.  
  17.    Reserve$SymFocus(Reserve this$0) {
  18.       this.this$0 = this$0;
  19.       this.this$0 = this$0;
  20.    }
  21. }
  22.