Interface | Description |
---|---|
TimelineCallback |
Callback for the fade tracker.
|
TimelineScenarioCallback |
Callback for tracking the
TimelineScenario s. |
Class | Description |
---|---|
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 Type | Description |
---|---|
RunOnUIThread |
Annotation to mark code that should run on UI thread.
|