List of usage examples for com.google.gwt.layout.client Layout.AnimationCallback interface-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}.
*