net.sourceforge.java.feednread.frontend.components.watchestree
Class NewsFeedWatchesTree.RefreshWatchesTreeTask
java.lang.Object
net.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
|
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 |
NewsFeedWatchesTree.RefreshWatchesTreeTask
private NewsFeedWatchesTree.RefreshWatchesTreeTask()
run
public void run()
Executes the refresh.
- Specified by:
run in interface Runnable