public interface PrinceEvents
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(String msgType,
String msgLocation,
String msgText)
This method will be called when a warning or error message is received
from Prince.
|
void onMessage(String msgType,
String msgLocation,
String msgText)
msgType - The type of the message ("inf", "wrn", or "err").msgLocation - The name of the file that the message refers to.
This may be empty if the message does not refer to any particular file.msgText - The text of the message.