talx x1.0.5

talx.view.inbox
Interface StartGame

All Superinterfaces:
InboxControl

public interface StartGame
extends InboxControl

Interface for controls that reference games. This interface must be implemented by anything that has the ability start a new game or activate an ongoing game. In general, the system is expected to bring the referenced game to the front, if appropriate.

See Also:
talx.games

Method Summary
 Player getPlayer()
          Returns the player represented by this control.
 void setCaption(java.lang.String caption)
          Sets the game status on the control.
 void setHighlight(boolean on)
          Sets the highlight on or off.
 
Methods inherited from interface talx.view.InboxControl
addActionListener, getPerson, removeActionListener, toComponent
 

Method Detail

getPlayer

public Player getPlayer()
Returns the player represented by this control.


setCaption

public void setCaption(java.lang.String caption)
Sets the game status on the control.


setHighlight

public void setHighlight(boolean on)
Sets the highlight on or off.


talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.