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

org.treblereel.gwt.three4g.math.OnChangeCallback Maven / Gradle / Ivy

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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy