org.pushingpixels.trident.callback
Class UIThreadTimelineCallbackAdapter

java.lang.Object
  extended by org.pushingpixels.trident.callback.TimelineCallbackAdapter
      extended by org.pushingpixels.trident.callback.UIThreadTimelineCallbackAdapter
All Implemented Interfaces:
TimelineCallback

public class UIThreadTimelineCallbackAdapter
extends TimelineCallbackAdapter

Empty implementation of TimelineCallback that does nothing but is marked to run on the EDT.

Author:
Kirill Grouchnikov

Constructor Summary
UIThreadTimelineCallbackAdapter()
           
 
Method Summary
 
Methods inherited from class org.pushingpixels.trident.callback.TimelineCallbackAdapter
onTimelinePulse, onTimelineStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIThreadTimelineCallbackAdapter

public UIThreadTimelineCallbackAdapter()


Copyright © 2010. All Rights Reserved.