risiko.common.interfaces
Interface KontinentMission

All Superinterfaces:
java.rmi.Remote, java.io.Serializable
All Known Implementing Classes:
KontinentMissionImpl

public interface KontinentMission
extends java.rmi.Remote, java.io.Serializable

Interface zum Valueobject

Version:
2009-07-01
Author:
dgrosche

Method Summary
 void addKontinent(Kontinent k)
          Fügt Kontinenten zur Liste zu befreiender Kontinente hinzu
 void pruefErfuellt()
           
 void setKontinentenliste(java.util.Vector<Kontinent> kliste)
           
 

Method Detail

addKontinent

void addKontinent(Kontinent k)
                  throws java.rmi.RemoteException
Fügt Kontinenten zur Liste zu befreiender Kontinente hinzu

Parameters:
k - hinzuzufügender Kontinent
Throws:
java.rmi.RemoteException

setKontinentenliste

void setKontinentenliste(java.util.Vector<Kontinent> kliste)
                         throws java.rmi.RemoteException
Parameters:
kliste - the kontinentenliste to set
Throws:
java.rmi.RemoteException

pruefErfuellt

void pruefErfuellt()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException