org.das2.system.EventQueueBlocker

Tool for emptying the event queue. This will post an event and wait until the event clears the event queue.


clearEventQueue

clearEventQueue( ) → void

block until the event queue is cleared.

Returns:

void (returns nothing)

search for examples view on GitHub view source


dumpEventQueue

dumpEventQueue( java.io.PrintStream out ) → void

method for inspecting the event queue.

Parameters

out -

Returns:

void (returns nothing)

search for examples view on GitHub view source