Class FrameImpl.WaitForLoadStateHelper

  • All Implemented Interfaces:
    Waitable<java.lang.Void>, java.util.function.Consumer<WaitUntilState>
    Enclosing class:
    FrameImpl

    private class FrameImpl.WaitForLoadStateHelper
    extends java.lang.Object
    implements Waitable<java.lang.Void>, java.util.function.Consumer<WaitUntilState>
    • Field Detail

      • logger

        private final Logger logger
      • isDone

        private boolean isDone
    • Method Detail

      • dispose

        public void dispose()
        Specified by:
        dispose in interface Waitable<java.lang.Void>
      • isDone

        public boolean isDone()
        Specified by:
        isDone in interface Waitable<java.lang.Void>
      • get

        public java.lang.Void get()
        Specified by:
        get in interface Waitable<java.lang.Void>