nl.tudelft.simulation.dsol.gui
Interface DSOLApplicationInterface

All Superinterfaces:
EventProducerInterface
All Known Implementing Classes:
DSOLApplication

public interface DSOLApplicationInterface
extends EventProducerInterface

The DSOL Application
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:23:33 $
Author:
Alexander Verbraeck

Field Summary
static EventType EXPERIMENT_CHANGED_EVENT
          EXPERIMENT_CHANGED_EVENT is fired whenever the experiment is changed
 
Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface
FIRST_POSITION, LAST_POSITION
 
Method Summary
 Experiment getExperiment()
          returns the experiment
 Properties getProperties()
          returns the properties
 void setExperiment(Experiment experiment)
          sets the experiment
 
Methods inherited from interface nl.tudelft.simulation.event.EventProducerInterface
addListener, addListener, addListener, addListener, getEventTypes, removeListener
 

Field Detail

EXPERIMENT_CHANGED_EVENT

static final EventType EXPERIMENT_CHANGED_EVENT
EXPERIMENT_CHANGED_EVENT is fired whenever the experiment is changed

Method Detail

getExperiment

Experiment getExperiment()
returns the experiment

Returns:
Experiment

setExperiment

void setExperiment(Experiment experiment)
sets the experiment

Parameters:
experiment - the experiment

getProperties

Properties getProperties()
returns the properties

Returns:
Properties


Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.