home *** CD-ROM | disk | FTP | other *** search
/ Australian PC Authority 1999 May / may1999.iso / May / JBUILDER / JSAMPLES.Z / ListPanel$6.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-30  |  653 b   |  17 lines

  1. import java.awt.event.ActionEvent;
  2. import java.awt.event.ActionListener;
  3.  
  4. final class ListPanel$6 implements ActionListener {
  5.    // $FF: synthetic field
  6.    private final ListPanel this$0;
  7.  
  8.    public void actionPerformed(ActionEvent var1) {
  9.       this.this$0.resetAll();
  10.    }
  11.  
  12.    // $FF: synthetic method
  13.    ListPanel$6(ListPanel var1) {
  14.       this.this$0 = var1;
  15.    }
  16. }
  17.