edu.ou.mancala.client
Class AbstractMancalaClient

java.lang.Object
  extended by edu.ou.mancala.client.AbstractMancalaClient
All Implemented Interfaces:
Client<ImmutableMancalaState,ImmutableMancalaPlayer,java.lang.Integer>
Direct Known Subclasses:
RandomClient

public abstract class AbstractMancalaClient
extends java.lang.Object
implements Client<ImmutableMancalaState,ImmutableMancalaPlayer,java.lang.Integer>


Constructor Summary
AbstractMancalaClient()
           
 
Method Summary
 java.lang.String getDisplayName()
           
 void setDisplayName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.ou.mlfw.Client
endAction, initialize, loadData, shutdown, startAction
 

Constructor Detail

AbstractMancalaClient

public AbstractMancalaClient()
Method Detail

setDisplayName

public void setDisplayName(java.lang.String name)
Specified by:
setDisplayName in interface Client<ImmutableMancalaState,ImmutableMancalaPlayer,java.lang.Integer>

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface Client<ImmutableMancalaState,ImmutableMancalaPlayer,java.lang.Integer>