edu.uiuc.cs397rhc.game
Class ShowDaemon
java.lang.Object
edu.uiuc.cs397rhc.game.ShowDaemon
- public class ShowDaemon
- extends java.lang.Object
This daemon will eventually listen to the show control server.
- Author:
- Steven N. Severinghaus
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
DEFAULT_HOST
public static final java.lang.String DEFAULT_HOST
- See Also:
- Constant Field Values
ShowDaemon
public ShowDaemon()
ShowDaemon
public ShowDaemon(java.lang.String host,
int port)
addGameListener
public void addGameListener(GameListener l)
removeGameListener
public void removeGameListener(GameListener l)
fireGameEvent
protected void fireGameEvent(GameEvent ge)