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

fr.lteconsulting.hexa.client.interfaces.SimpleRunAsyncCallback Maven / Gradle / Ivy

The newest version!
package fr.lteconsulting.hexa.client.interfaces;

import com.google.gwt.core.client.RunAsyncCallback;

public abstract class SimpleRunAsyncCallback implements RunAsyncCallback
{
	@Override
	public void onFailure( Throwable reason )
	{
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy