public class ActiveNotifications extends XMLRequest implements Iterable<ActiveNotifications.Entry>
| Modifier and Type | Class and Description |
|---|---|
static class |
ActiveNotifications.Entry
This class represents a row in the table of active notifications.
|
| Constructor and Description |
|---|
ActiveNotifications() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ActiveNotifications.Entry> |
iterator() |
int |
size()
Returns the number of active notifications.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic int size()
public Iterator<ActiveNotifications.Entry> iterator()
iterator in interface Iterable<ActiveNotifications.Entry>Copyright © 2019. All rights reserved.