|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MsgContainer
Interface defining a generic message container.
| Method Summary | |
|---|---|
void |
addMsg(java.lang.Object source,
java.lang.String msg)
Adds a message to the message list. |
void |
addMsg(java.lang.Object source,
java.lang.String msg,
java.lang.Object[] args)
Adds a message to the message list. |
void |
addMsg(java.lang.String msgType,
java.lang.Object source,
java.lang.String msg)
Adds a message to the message list. |
void |
addMsg(java.lang.String msgType,
java.lang.Object source,
java.lang.String msg,
java.lang.Object[] args)
Adds a message to the message list. |
| Method Detail |
|---|
void addMsg(java.lang.Object source,
java.lang.String msg,
java.lang.Object[] args)
MsgFormat class.
source - Object that caused the messagemsg - Message to addargs - Message arguments or null
void addMsg(java.lang.Object source,
java.lang.String msg)
source - Object that caused the messagemsg - Message to add
void addMsg(java.lang.String msgType,
java.lang.Object source,
java.lang.String msg,
java.lang.Object[] args)
MsgFormat class.
msgType - Message type (see the constants of the LogLevel interface)source - Object that caused the messagemsg - Message to addargs - Message arguments or null
void addMsg(java.lang.String msgType,
java.lang.Object source,
java.lang.String msg)
msgType - Message type (see the constants of the LogLevel interface)source - Object that caused the messagemsg - Message to add
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||