| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoadLogger
Reader classes expect an instance implementing this interface which allows them to display warnings about the loading process to the user.
| Method Summary | |
|---|---|
 void | 
addMessage(LoggerMessage message)
Outputs a usual message to the user.  | 
 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.  | 
| Method Detail | 
|---|
void addMessage(LoggerMessage message)
message - void addMessage(String message)
message - void addMessage(String message, int helpCode)
message - helpCode - the help code associated with this messagesvoid addWarning(String message)
message - void addWarning(String message, int helpCode)
message - helpCode - the help code associated with this warning
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||