de.swm.gwt.client.mobile.ITransitionCompletedCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
The newest version!
package de.swm.gwt.client.mobile;
/**
* Wird aufgerufen, sobald eine Transition von einer Page zur anderen abgeschlossen ist.
*
* @author wiese.daniel
* copyright (C) 2011, SWM Services GmbH
*
*/
public interface ITransitionCompletedCallback {
/**
* When the transition will be completed.
*/
void isCompleted();
}