jas.events
Interface ISimEventListener

All Known Implementing Classes:
AbstractArrayFunction, AbstractFunction, AgentList, CollectionBarPlotter, CollectionTable, CountArrayFunction, CrossSection, CrossSection.Double, CrossSection.Float, CrossSection.Integer, CrossSection.Long, Database, DblDiffuseGrid, EngineParametersFrame, GraphViewer, IndividualBarPlotter, JAS.JASController, LayeredSurfaceFrame, MaxArrayFunction, MaxArrayFunction.Double, MaxArrayFunction.Float, MaxArrayFunction.Integer, MaxArrayFunction.Long, MaxTraceFunction, MaxTraceFunction.Double, MaxTraceFunction.Float, MaxTraceFunction.Integer, MaxTraceFunction.Long, MeanArrayFunction, MeanVarianceArrayFunction, MinArrayFunction, MinArrayFunction.Double, MinArrayFunction.Float, MinArrayFunction.Integer, MinArrayFunction.Long, MinTraceFunction, MinTraceFunction.Double, MinTraceFunction.Float, MinTraceFunction.Integer, MinTraceFunction.Long, MovingAverageArrayFunction, MovingAverageTraceFunction, MultiTraceFunction, MultiTraceFunction.Double, MultiTraceFunction.Float, MultiTraceFunction.Integer, MultiTraceFunction.Long, Series, Series.Double, Series.Float, Series.Integer, Series.Long, SimEngine, SumArrayFunction, SumArrayFunction.Double, SumArrayFunction.Float, SumArrayFunction.Integer, SumArrayFunction.Long, Table, TimeSeries, TimeSeriesPlotter, VariableMonitorFrame

public interface ISimEventListener

Fundamental interface to let event list to send information to objects.

Title: JAS

Description: Java Agent-based Simulation library

Copyright (C) 2002 Michele Sonnessa

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.

Author:
Michele Sonnessa


Method Summary
 void performAction(int actionType)
          The object implementing this interface is able to receive an event notify.
 

Method Detail

performAction

void performAction(int actionType)
The object implementing this interface is able to receive an event notify.

Parameters:
actionType - The switch id to select the right action to perform. It might be an Sim.EVENT_* or a custom defined constant.