Example usage for com.google.gwt.layout.client Layout.AnimationCallback interface-usage

List of usage examples for com.google.gwt.layout.client Layout.AnimationCallback interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.layout.client Layout.AnimationCallback interface-usage.

Usage

From source file org.eclipse.che.ide.workspace.HideWidgetCallback.java

/**
 * Callback used to register part widgets to hide after hide animation completion. All parts will have time to register its
 * widget before hide animation starts because animation command is scheduled with {@link
 * com.google.gwt.core.client.Scheduler#scheduleFinally(com.google.gwt.core.client.Scheduler.ScheduledCommand)
 * Scheduler#scheduleFinally}.
 *