public class NavigatorQueueTree extends XMLRequest implements Iterable<NavigatorQueueTree.QueueNode>
| Modifier and Type | Class and Description |
|---|---|
static class |
NavigatorQueueTree.QueueLeaf
Represents a leaf in the
NavigatorQueueTree. |
static class |
NavigatorQueueTree.QueueNode
Represents a node in the
NavigatorQueueTree. |
| Constructor and Description |
|---|
NavigatorQueueTree() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<NavigatorQueueTree.QueueNode> |
iterator()
Returns an Iterator which can be used to step through the
QueueNode items of the root. |
void |
setClient(int client)
Sets a specific client as filter for the
NavigatorQueueTree. |
int |
size()
Returns the number of top level items in the Navigation Queue Tree.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<NavigatorQueueTree.QueueNode> iterator()
QueueNode items of the root.iterator in interface Iterable<NavigatorQueueTree.QueueNode>QueueNodepublic int size()
QueueItempublic void setClient(int client)
NavigatorQueueTree. This method is only used for client 0.
For all clients other 0 it has no effect.client - filter for the NavigatorQueueTreeCopyright © 2021. All rights reserved.