|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectheurgame.logging.AbstractLog
| Constructor Summary | |
AbstractLog()
|
|
| Method Summary | |
abstract void |
addLogReader(LogReader r)
Adds the LogReader to its delivery Always add your Readers first! |
abstract void |
addLogWriter(LogWriter w)
Adds the LogWriter to its pickup. |
abstract void |
clear()
Should force a clear on all readers and set them back to their initial states. |
abstract void |
removeLogReader(LogReader r)
Removes the LogReader from delivery |
abstract void |
removeLogWriter(LogWriter w)
Removes the LogWriter from pickup. |
abstract void |
startLogging()
Should initiate some sort of mechanism for both receiving log entries and delivering them to the readers |
abstract void |
stopLogging()
Terminates the mechanism for log input and output |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractLog()
| Method Detail |
public abstract void addLogWriter(LogWriter w)
w - The Specific Writerpublic abstract void addLogReader(LogReader r)
r - to be added.public abstract void clear()
public abstract void startLogging()
public abstract void stopLogging()
public abstract void removeLogWriter(LogWriter w)
w - The Specific Writerpublic abstract void removeLogReader(LogReader r)
r - to be removed.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||