com.limegroup.gnutella.gui
Interface RefreshListener

All Known Subinterfaces:
AudioPlayer, ComponentMediator, PaneItem, StatisticsPane
All Known Implementing Classes:
AbstractOptionPaneItem, AbstractPaneItem, AbstractTableMediator, MediaPlayerComponent, PaneItemImpl, StatisticsMediator, StatisticsPaneManager

public interface RefreshListener

This interface defines the functions of a class that should be notified of UI refresh events.


Method Summary
 void refresh()
          Called when a UI refresh event has occurred.
 

Method Detail

refresh

public void refresh()
Called when a UI refresh event has occurred. Refresh any elements of this component that need refreshing.