net.sourceforge.java.feednread.frontend.components.watchestree
Class NewsFeedWatchesTree.RefreshWatchesTreeTask

java.lang.Object
  extended bynet.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree.RefreshWatchesTreeTask
All Implemented Interfaces:
Runnable
Enclosing class:
NewsFeedWatchesTree

private class NewsFeedWatchesTree.RefreshWatchesTreeTask
extends Object
implements Runnable

Runnable task to refresh the NewsFeedWatchesTree if the filter value changed. This class is used to prevent the tree from flickering by refreshing the component only if needed.

Author:
Sebastian Machhausen

Constructor Summary
private NewsFeedWatchesTree.RefreshWatchesTreeTask()
           
 
Method Summary
 void run()
           Executes the refresh.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsFeedWatchesTree.RefreshWatchesTreeTask

private NewsFeedWatchesTree.RefreshWatchesTreeTask()
Method Detail

run

public void run()

Executes the refresh.

Specified by:
run in interface Runnable