138139140141142143144145146
} @Override public AnimationDoneView getAnimationDoneView() { if (animationDoneView == null) { animationDoneView = new AnimationDoneViewGwtImpl(); } return animationDoneView; }