<h2>org.das2.system.EventQueueBlocker</h2><p>Tool for emptying the event queue. This will post an event and wait until the event clears the event queue.</p> <hr> <a name="clearEventQueue"></a> <h2>clearEventQueue</h2> clearEventQueue( ) → void <p>block until the event queue is cleared.</p> <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=clearEventQueue&unscoped_q=clearEventQueue">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/system/EventQueueBlocker.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/system/EventQueueBlocker.html#clearEventQueue">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/system/EventQueueBlocker.java">[view source]</a> <br> <br> <hr> <a name="dumpEventQueue"></a> <h2>dumpEventQueue</h2> dumpEventQueue( <a href='https://docs.oracle.com/javase/8/docs/api/java/io/PrintStream.html'>java.io.PrintStream</a> out ) → void <p>method for inspecting the event queue.</p> <h3>Parameters</h3> out - a PrintStream <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=dumpEventQueue&unscoped_q=dumpEventQueue">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/system/EventQueueBlocker.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/system/EventQueueBlocker.html#dumpEventQueue">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/system/EventQueueBlocker.java">[view source]</a> <br> <br>