|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectheurgame.ui.GraphicalLogInterface
Constructor Summary | |
GraphicalLogInterface()
|
Method Summary | |
void |
clearLog()
Resets the reader to its initial state. |
static java.awt.Frame |
getLogWindow()
|
void |
readLog(java.lang.String who,
int priority,
LogItem information)
Callback method from Log when it receives new information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GraphicalLogInterface()
Method Detail |
public void readLog(java.lang.String who, int priority, LogItem information)
LogReader
readLog
in interface LogReader
who
- Name of the component registered with the log.priority
- 0 is normal, anything higher is more important.information
- Has the actual log information.LogReader.readLog(java.lang.String, int, heurgame.logging.LogItem)
public static java.awt.Frame getLogWindow()
public void clearLog()
LogReader
clearLog
in interface LogReader
LogReader.clearLog()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |