public class ActiveNotifications extends XMLRequest implements java.lang.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 |
|---|---|
java.util.Iterator<ActiveNotifications.Entry> |
iterator() |
int |
size()
Returns the number of active notifications.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, sendpublic int size()
public java.util.Iterator<ActiveNotifications.Entry> iterator()
iterator in interface java.lang.Iterable<ActiveNotifications.Entry>