public static interface

Layout.AnimationCallback

com.google.gwt.layout.client.Layout.AnimationCallback

Class Overview

Callback interface used by layout(int, AnimationCallback) to provide updates on animation progress.

Summary

Public Methods
abstract void onAnimationComplete()
Called immediately after the animation is complete, and the entire layout is in its final state.
abstract void onLayout(Layout.Layer layer, double progress)
Called at each step of the animation, for each layer being laid out.

Public Methods

public abstract void onAnimationComplete ()

Called immediately after the animation is complete, and the entire layout is in its final state.

public abstract void onLayout (Layout.Layer layer, double progress)

Called at each step of the animation, for each layer being laid out.

Parameters
layer the layer being laid out