|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatusManager
Internal error messages (statii) are managed by instances of this interface.
Method Summary | |
---|---|
void |
add(Status status)
Add a new status message. |
void |
add(StatusListener listener)
|
List<Status> |
getCopyOfStatusList()
Obtain a copy of the status list maintained by this StatusManager. |
List<StatusListener> |
getCopyOfStatusListenerList()
Obtain a copy of the status listener list maintained by this StatusManager |
int |
getCount()
Return the number of status entries. |
int |
getLevel()
Return the highest level of all the statii. |
void |
remove(StatusListener listener)
|
Method Detail |
---|
void add(Status status)
status
- List<Status> getCopyOfStatusList()
int getLevel()
int getCount()
void add(StatusListener listener)
void remove(StatusListener listener)
List<StatusListener> getCopyOfStatusListenerList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |