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

net.java.html.lib.knockout.KnockoutSubscription Maven / Gradle / Ivy

package net.java.html.lib.knockout;
public class KnockoutSubscription extends net.java.html.lib.Objs {
  protected KnockoutSubscription(net.java.html.lib.Objs.Constructor c, java.lang.Object js) {
    super(c, js);
  }
  private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
    $Constructor() {
      super(KnockoutSubscription.class);
    }
    @Override
    public KnockoutSubscription create(java.lang.Object obj) {
      return obj == null ? null : new KnockoutSubscription(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static KnockoutSubscription $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public void dispose() {
    $Typings$.dispose$152($js(this));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy