Package com.moneydance.awt
Class CollapsibleRefresher
- java.lang.Object
-
- com.moneydance.awt.CollapsibleRefresher
-
public class CollapsibleRefresher extends java.lang.Object
Class that enables easy collapsible refreshing. That is, if you expect to receive a lot of updates to a data model that the UI can't keep up with, you can use this to enqueue a Runnable that will refresh your UI that won't queue up more than one Runnable on the swing event dispatch thread. Created by sreilly - 15/01/15 15:57
-
-
Constructor Summary
Constructors Constructor Description CollapsibleRefresher(java.lang.Runnable refreshable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
enqueueRefresh()
Checks for any pending refreshes.
-