|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.bioinfweb.treegraph.document.io.log.AbstractLoadLogger
public abstract class AbstractLoadLogger
Implements basic functionality (especially method delegation) of a load logger.
Constructor Summary | |
---|---|
AbstractLoadLogger()
|
Method Summary | |
---|---|
void |
addMessage(String message)
Outputs a usual message to the user. |
void |
addMessage(String message,
int helpCode)
Outputs a usual message to the user. |
void |
addWarning(String message)
Outputs a warning message to the user. |
void |
addWarning(String message,
int helpCode)
Outputs a warning message to the user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface info.bioinfweb.treegraph.document.io.log.LoadLogger |
---|
addMessage |
Constructor Detail |
---|
public AbstractLoadLogger()
Method Detail |
---|
public void addMessage(String message, int helpCode)
LoadLogger
addMessage
in interface LoadLogger
helpCode
- the help code associated with this messagespublic void addMessage(String message)
LoadLogger
addMessage
in interface LoadLogger
public void addWarning(String message, int helpCode)
LoadLogger
addWarning
in interface LoadLogger
helpCode
- the help code associated with this warningpublic void addWarning(String message)
LoadLogger
addWarning
in interface LoadLogger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |