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

org.treblereel.gwt.three4g.textures.UpdateCallback Maven / Gradle / Ivy

The newest version!
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