Package org.pushingpixels.trident.callback
-
Interface Summary Interface Description TimelineCallback Callback for the fade tracker.TimelineScenarioCallback Callback for tracking theTimelineScenario
s. -
Class Summary Class Description TimelineCallbackAdapter Default implementation ofTimelineCallback
that does nothing.UIThreadTimelineCallbackAdapter Empty implementation ofTimelineCallback
that does nothing but is marked to run on the EDT. -
Annotation Types Summary Annotation Type Description RunOnUIThread Annotation to mark code that should run on UI thread.