
org.treblereel.gwt.three4g.textures.UpdateCallback Maven / Gradle / Ivy
package org.treblereel.gwt.three4g.textures;
import jsinterop.annotations.JsFunction;
/**
* @author Dmitrii Tikhomirov
* Created by treblereel on 3/9/18.
*/
@JsFunction
@FunctionalInterface
public interface UpdateCallback {
void onUpdate(Texture texture);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy