net.sourceforge.java.feednread.frontend.components.favoritestree
Class NewsFeedFavoritesTree.RefreshFavoritesTreeTask
java.lang.Object
net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree.RefreshFavoritesTreeTask
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- NewsFeedFavoritesTree
- private class NewsFeedFavoritesTree.RefreshFavoritesTreeTask
- extends Object
- implements Runnable
Runnable task to refresh the
NewsFeedFavoritesTree 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 |
NewsFeedFavoritesTree.RefreshFavoritesTreeTask
private NewsFeedFavoritesTree.RefreshFavoritesTreeTask()
run
public void run()
Executes the refresh.
- Specified by:
run in interface Runnable