com.funambol.client.controller
Class SyncingAnimation

java.lang.Object
  extended by com.funambol.client.controller.SyncingAnimation

public class SyncingAnimation
extends java.lang.Object


Constructor Summary
SyncingAnimation(Bitmap[] bitmaps)
           
SyncingAnimation(boolean resetAtTheEnd)
           
 
Method Summary
 boolean isRunning()
           
 void setAnimationIcons(Bitmap[] icons)
           
protected  void showBitmap(Bitmap bitmap)
           
 void startAnimation()
          Begin the animation for a sync in progress
 void stopAnimation()
          Stop the animation for a sync in progress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncingAnimation

public SyncingAnimation(Bitmap[] bitmaps)

SyncingAnimation

public SyncingAnimation(boolean resetAtTheEnd)
Method Detail

setAnimationIcons

public void setAnimationIcons(Bitmap[] icons)

startAnimation

public void startAnimation()
Begin the animation for a sync in progress


stopAnimation

public void stopAnimation()
Stop the animation for a sync in progress


isRunning

public boolean isRunning()
Returns:
true if the animation is currently running

showBitmap

protected void showBitmap(Bitmap bitmap)


Copyright © 2001-2009 Funambol.