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
AngularJS integration for GWT
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() {
}
@Override
final public native void schedule(Runnable func, int millis, boolean flag) /*-{
this($entry(function () {
[email protected]::run()();
}), millis, flag);
}-*/;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy