|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LogReader | |
| heurgame.logging | |
| heurgame.ui | |
| Uses of LogReader in heurgame.logging |
| Classes in heurgame.logging that implement LogReader | |
class |
DebugLogReader
|
| Methods in heurgame.logging with parameters of type LogReader | |
void |
DefaultLog.addLogReader(LogReader r)
|
void |
DefaultLog.removeLogReader(LogReader r)
|
abstract void |
AbstractLog.addLogReader(LogReader r)
Adds the LogReader to its delivery Always add your Readers first! |
abstract void |
AbstractLog.removeLogReader(LogReader r)
Removes the LogReader from delivery |
| Constructors in heurgame.logging with parameters of type LogReader | |
LogBox(java.lang.String name,
LogReader output)
|
|
LogBox(java.lang.String name,
AbstractLog conduit,
LogReader output)
|
|
| Uses of LogReader in heurgame.ui |
| Classes in heurgame.ui that implement LogReader | |
class |
GraphicalLogInterface
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||