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

com.google.gwt.angular.client.impl.JsNgTimeout Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
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