![JAR search and dependency download from the Maven repository](/logo.png)
org.treblereel.gwt.three4g.loaders.managers.OnURLModifier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of three4g Show documentation
Show all versions of three4g Show documentation
Three.js JsInterop based library for GWT
The newest version!
package org.treblereel.gwt.three4g.loaders.managers;
import jsinterop.annotations.JsFunction;
/**
* @author Dmitrii Tikhomirov
* Created by treblereel on 4/26/18.
*/
@JsFunction
@FunctionalInterface
public interface OnURLModifier {
void onURLModifier(String url);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy