spellcast.ui
Class NewGameEvent

java.lang.Object
  extended by spellcast.ui.NewGameEvent

public class NewGameEvent
extends java.lang.Object

Property change event for a new game.

Author:
Barrie Treloar

Constructor Summary
NewGameEvent(java.lang.String gameName, java.lang.String serverAddress)
           
 
Method Summary
 java.lang.String getGameName()
          Get the value of gameName.
 java.lang.String getServerAddress()
          Get the value of serverAddress.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewGameEvent

public NewGameEvent(java.lang.String gameName,
                    java.lang.String serverAddress)
Method Detail

getGameName

public java.lang.String getGameName()
Get the value of gameName.

Returns:
value of gameName.

getServerAddress

public java.lang.String getServerAddress()
Get the value of serverAddress.

Returns:
value of serverAddress.


Copyright © 2001-2005 Spellcast. All Rights Reserved.