![JAR search and dependency download from the Maven repository](/logo.png)
com.google.gwt.angular.client.impl.JsNgTimeout Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of angulargwt Show documentation
Show all versions of angulargwt Show documentation
Fork of AngularGWT based on ltgt's maven-plugin
package com.google.gwt.angular.client.impl;
import com.google.gwt.angular.client.NgTimeout;
import com.google.gwt.core.client.JavaScriptObject;
/**
* JSO implementation of NgTimeout.
*/
public class JsNgTimeout extends JavaScriptObject implements NgTimeout {
protected JsNgTimeout() {
}
final public native void schedule(Runnable func, int millis, boolean flag) /*-{
this(function () {
[email protected]::run()();
}, millis, flag);
}-*/;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy