org.mars_sim.msp.simulation.structure
Class ResupplyEvent

java.lang.Object
  extended by org.mars_sim.msp.simulation.events.HistoricalEvent
      extended by org.mars_sim.msp.simulation.structure.ResupplyEvent

public class ResupplyEvent
extends HistoricalEvent

An historical event for the arrival of a settlement resupply mission from Earth.


Constructor Summary
ResupplyEvent(Settlement settlement, java.lang.String resupplyName)
          Constructor
 
Method Summary
 
Methods inherited from class org.mars_sim.msp.simulation.events.HistoricalEvent
getCategory, getDescription, getSource, getTimestamp, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResupplyEvent

public ResupplyEvent(Settlement settlement,
                     java.lang.String resupplyName)
Constructor

Parameters:
settlement - the name of the settlement getting the supplies.
resupplyName - the name of the resupply mission.