Class EventDispatchThreadTimelineCallbackAdapter
java.lang.Object
org.pushingpixels.radiance.animation.api.callback.TimelineCallbackAdapter
org.pushingpixels.radiance.animation.api.swing.EventDispatchThreadTimelineCallbackAdapter
- All Implemented Interfaces:
TimelineCallback
- Direct Known Subclasses:
RadianceListUI.CellRepaintCallback
,RadianceTabbedPaneUI.TabRepaintCallback
,RadianceTableHeaderUI.ColumnHeaderRepaintCallback
,RadianceTableUI.CellRepaintCallback
,RadianceTreeUI.PathRepaintCallback
Empty implementation of
TimelineCallback
that does nothing but is
marked to run on the EDT.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pushingpixels.radiance.animation.api.callback.TimelineCallbackAdapter
onTimelinePulse, onTimelineStateChanged
-
Constructor Details
-
EventDispatchThreadTimelineCallbackAdapter
public EventDispatchThreadTimelineCallbackAdapter()
-