Uses of Class
net.sf.freecol.common.model.HistoryEvent

Packages that use HistoryEvent
net.sf.freecol.common.model Contains the game model. 
 

Uses of HistoryEvent in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return types with arguments of type HistoryEvent
 java.util.List<HistoryEvent> Player.getHistory()
          Get the History value.
 

Method parameters in net.sf.freecol.common.model with type arguments of type HistoryEvent
 void Player.setHistory(java.util.List<HistoryEvent> newHistory)
          Set the History value.