Class EventQueue<E>

Type Parameters:
E - the type of entry in this EventQueue
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, BlockingQueue<E>, Queue<E>

public class EventQueue<E> extends LinkedBlockingQueue<E>
Event Queue for capturing potential events within a testing scenario.
See Also: