edu.uiuc.cs397rhc.game
Class ShowDaemon

java.lang.Object
  extended by 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

Field Summary
static java.lang.String DEFAULT_HOST
           
static int DEFAULT_PORT
           
 
Constructor Summary
ShowDaemon()
           
ShowDaemon(java.lang.String host, int port)
           
 
Method Summary
 void addGameListener(GameListener l)
           
protected  void fireGameEvent(GameEvent ge)
           
 void removeGameListener(GameListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ShowDaemon

public ShowDaemon()

ShowDaemon

public ShowDaemon(java.lang.String host,
                  int port)
Method Detail

addGameListener

public void addGameListener(GameListener l)

removeGameListener

public void removeGameListener(GameListener l)

fireGameEvent

protected void fireGameEvent(GameEvent ge)