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

elemental2.dom.PerformanceObserverCallback Maven / Gradle / Ivy

The newest version!
package elemental2.dom;
import jsinterop.annotations.JsFunction;
import elemental2.dom.PerformanceObserverEntryList;
import elemental2.dom.PerformanceObserver;
@JsFunction
public interface PerformanceObserverCallback{
void onInvoke(PerformanceObserverEntryList p0,PerformanceObserver p1);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy