de.kosi.model.game
Class Alert

java.lang.Object
  |
  +--de.kosi.model.game.Alert

public class Alert
extends java.lang.Object

An Alert object is used, to give the players a chance to discuss the implications of an alert.

ChangeLog:

 
 $Log: Alert.java,v $
 Revision 1.1.1.1  2001/04/29 18:05:18  jiriki
 Imported sources from zola.

 Revision 1.2  2001/04/17 20:19:13  wombat
 Updated documentation.


 

Version:
$Revision: 1.1.1.1 $ ($Date: 2001/04/29 18:05:18 $)

Constructor Summary
Alert()
          Creates a new Alert.
 
Method Summary
 ChatChannel getChatChannel()
          Returns the ChatChannel for this Alert.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Alert

public Alert()
Creates a new Alert.
Method Detail

getChatChannel

public ChatChannel getChatChannel()
Returns the ChatChannel for this Alert.
Returns:
a ChatChannel.