se.liu.ida.critiquer.activities.parameters
Class Commanders

java.lang.Object
  extended by se.liu.ida.critiquer.activities.parameters.Commanders
All Implemented Interfaces:
Serializable

public class Commanders
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Commanders()
           
 
Method Summary
 void addCommander(Commander commander)
           
 void addListener(CommanderAddedListener l)
           
 HashMap<String,Commander> getCommanders()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Commanders

public Commanders()
Method Detail

getCommanders

public HashMap<String,Commander> getCommanders()

addListener

public void addListener(CommanderAddedListener l)

addCommander

public void addCommander(Commander commander)