com.limegroup.gnutella.gui
Class RefreshTimer

java.lang.Object
  extended bycom.limegroup.gnutella.gui.RefreshTimer

public final class RefreshTimer
extends java.lang.Object

This class handles the timer that refreshes the gui after every specified interval.


Constructor Summary
RefreshTimer()
          Creates the timer and the ActionListener associated with it.
 
Method Summary
 void startTimer()
          Starts the timer that updates the gui.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefreshTimer

public RefreshTimer()
Creates the timer and the ActionListener associated with it.

Method Detail

startTimer

public void startTimer()
Starts the timer that updates the gui.