risiko.common.interfaces
Interface BefreiungsMission
- All Superinterfaces:
- java.rmi.Remote, java.io.Serializable
public interface BefreiungsMission
- extends java.rmi.Remote, java.io.Serializable
Interface zum Valueobject
- Version:
- 2009-07-01
- Author:
- dgrosche
setSpielerliste
void setSpielerliste(java.util.Vector<Spieler> spielerliste)
throws java.rmi.RemoteException
- Parameters:
spielerliste
- Liste mit mit allen Spielern
- Throws:
java.rmi.RemoteException
pruefErfuellt
void pruefErfuellt()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFeind
Spieler getFeind()
throws java.rmi.RemoteException
- Returns:
- Spieler der besiegt werden soll
- Throws:
java.rmi.RemoteException