public interface StatusManager
| Modifier and Type | Method and Description |
|---|---|
void |
add(Status
Add a new status message.
|
void |
add(StatusListener
Add a status listener.
|
void |
clear()
Clear the list of status messages.
|
List |
getCopyOfStatusList()
Obtain a copy of the status list maintained by this StatusManager.
|
List |
getCopyOfStatusListenerList()
Obtain a copy of the status listener list maintained by this StatusManager
|
int |
getCount()
Return the number of status entries.
|
void |
remove(StatusListener
); Remove a status listener.
|
void add(Statusstatus)
status -
List<Status > getCopyOfStatusList()
int getCount()
void add(StatusListenerlistener)
listener -
void remove(StatusListenerlistener)
listener -
void clear()
List<StatusListener > getCopyOfStatusListenerList()