org.jacorb.imr.util

Class RefreshWindow

Implemented Interfaces:
ActionListener

public class RefreshWindow
extends JFrame
implements ActionListener

This class shows a window which lets the user control the behaviour of the refresh thread. It allows to change the refresh interval and stop/restart the thread.

Author:
Nicolas Noffke $Log: RefreshWindow.java,v $ Revision 1.7 2004/05/06 12:39:59 nicolas Updated Copyright notice to 2004 Revision 1.6 2002/12/20 18:29:04 nicolas Updated Copyright year to 2003 Revision 1.5 2002/07/01 07:54:16 nicolas updated or inserted Copyright notice Revision 1.4 2002/03/19 09:25:11 nicolas updated copyright to 2002 Revision 1.3 2002/03/19 11:08:02 brose empty log message *** Revision 1.2 2002/03/17 18:44:02 brose empty log message *** Revision 1.3 1999/11/25 16:05:49 brose cosmetics Revision 1.2 1999/11/25 10:02:14 noffke Wrote small comment.

Constructor Summary

RefreshWindow(ImRModel model)

Method Summary

void
actionPerformed(ActionEvent event)

Constructor Details

RefreshWindow

public RefreshWindow(ImRModel model)

Method Details

actionPerformed

public void actionPerformed(ActionEvent event)

Parameters:
event - a button has been clicked.