|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cuny.cat.server.SilentConsole
public class SilentConsole
A silent console that providing no interaction feature at all. This is useful for experiments that runs without human intervention.
SynchronousClockController
Constructor Summary | |
---|---|
SilentConsole()
|
Method Summary | |
---|---|
void |
eventOccurred(AuctionEvent e)
|
boolean |
isInteractive()
|
void |
start()
starts the console. |
void |
stop()
stop the console. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SilentConsole()
Method Detail |
---|
public void start()
Console
start
in interface Console
public void stop()
Console
stop
in interface Console
public boolean isInteractive()
isInteractive
in interface Console
public void eventOccurred(AuctionEvent e)
eventOccurred
in interface AuctionEventListener
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |