home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / tvbrowser / TvBrowser_1.0.exe / plugins / ProgramInfo.jar / programinfo / ProgramInfoSettingsTab$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2004-09-19  |  1.0 KB  |  20 lines

  1. package programinfo;
  2.  
  3. import devplugin.Plugin;
  4. import java.awt.event.ActionEvent;
  5. import java.awt.event.ActionListener;
  6.  
  7. class ProgramInfoSettingsTab$1 implements ActionListener {
  8.    // $FF: synthetic field
  9.    private final ProgramInfoSettingsTab this$0;
  10.  
  11.    ProgramInfoSettingsTab$1(ProgramInfoSettingsTab this$0) {
  12.       this.this$0 = this$0;
  13.    }
  14.  
  15.    public void actionPerformed(ActionEvent event) {
  16.       this.this$0.saveSettings();
  17.       ProgramInfo.getInstance().execute(Plugin.getPluginManager().getExampleProgram());
  18.    }
  19. }
  20.