All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.swm.gwt.client.mobile.ITransitionCompletedCallback Maven / Gradle / Ivy

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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy