Package | Description |
---|---|
com.streamscape.lib.evqueue |
Modifier and Type | Class and Description |
---|---|
class |
EventQueueInterruptException
Title: Framework Support Library
|
class |
IllegalQueueStateException
Title: Framework Support Library
|
Modifier and Type | Method and Description |
---|---|
void |
EventQueue.drainTo(EventQueue otherQueue)
Dequeues all objects to the specified queue.
|
void |
EventQueue.enqueue(java.lang.Object object)
Enqueues the specified object, placing it at a tail of the queue.
|
void |
EventQueue.enqueueWithPriority(java.lang.Object object)
Enqueues the specified object, placing it at a head of the queue.
|
java.lang.Object |
EventQueue.peek()
Peeks a first element of the queue.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.