Class Window.AnimationFrame

  • Enclosing class:
    Window

    private static final class Window.AnimationFrame
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.htmlunit.corejs.javascript.Function callback_  
      private long id_  
    • Constructor Summary

      Constructors 
      Constructor Description
      AnimationFrame​(long id, org.htmlunit.corejs.javascript.Function callback)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id_

        private final long id_
      • callback_

        private final org.htmlunit.corejs.javascript.Function callback_
    • Constructor Detail

      • AnimationFrame

        AnimationFrame​(long id,
                       org.htmlunit.corejs.javascript.Function callback)