net.sourceforge.jabm.event
Interface Model

All Known Subinterfaces:
Timeseries
All Known Implementing Classes:
AbstractModel, AbstractReportVariables, CombiSeriesReportVariables, FitnessReportVariables, GameTheoreticSimulationController, PayoffByStrategyReportVariables, RandomVariateReportVariables, SeriesReportVariables, SimulationController, SpringSimulationController, StrategyExecutionFrequency, SummaryStatisticsReportVariables, WeightedGraphMetrics

public interface Model

 

Method Summary
 void addListener(java.lang.Class eventClass, EventListener listener)
           
 void addListener(EventListener listener)
           
 void removeListener(EventListener listener)
           
 

Method Detail

removeListener

void removeListener(EventListener listener)

addListener

void addListener(EventListener listener)

addListener

void addListener(java.lang.Class eventClass,
                 EventListener listener)