net.sourceforge.jabm.event
Interface EventListener

All Known Subinterfaces:
Agent, FrequencyByTimeReport, FrequencyReport, ImitatingStrategy, Report, ReportVariables, ReportWithGUI, Strategy, Timeseries, XYReportVariables
All Known Implementing Classes:
AbstractAgent, AbstractReport, AbstractReportVariables, AbstractRlStrategy, AbstractStrategy, AggregateFrequencyReport, BarChart, BatchMetaReport, CombiReportVariables, CombiSeriesReportVariables, CSVReportVariables, EvolvingPopulation, FitnessReportVariables, FittestStrategyReportVariables, FreshInteractionIntervalReport, HeuristicPayoffReport, InteractionIntervalReport, IntraBatchReport, JFrameReportVariables, PayoffByStrategyReportVariables, Population, RandomVariateReportVariables, RlStrategy, RlStrategyWithImitation, RlStrategyWithState, SeriesReportVariables, SimEventReport, SimulationFinishedNoInitialisation, SimulationFinishedReport, StrategyExecutionFrequency, SummaryStatisticsReportVariables, TimelessReportVariables, TimeSeriesChart, TotalFitnessCsvWriter, WeightedGraphMetrics

public interface EventListener

Objects which implement this interface can be informed of simulation events.

 

Method Summary
 void eventOccurred(SimEvent event)
           
 

Method Detail

eventOccurred

void eventOccurred(SimEvent event)