Package org.pushingpixels.trident.callback

Interface Summary
TimelineCallback Callback for the fade tracker.
TimelineScenarioCallback Callback for tracking the TimelineScenarios.
 

Class Summary
TimelineCallbackAdapter Default implementation of TimelineCallback that does nothing.
UIThreadTimelineCallbackAdapter Empty implementation of TimelineCallback that does nothing but is marked to run on the EDT.
 

Annotation Types Summary
RunOnUIThread Annotation to mark code that should run on UI thread.