org.treblereel.gwt.three4g.math.OnChangeCallback 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.math;
import jsinterop.annotations.JsType;
/**
* @author Dmitrii Tikhomirov
* Created by treblereel on 3/1/18.
*/
@JsType
@FunctionalInterface
public interface OnChangeCallback {
void call();
}