org.gscg.gameleader
Class DSOLApplicationDistributorGame

java.lang.Object
  extended bynl.tudelft.simulation.event.EventProducer
      extended bynl.tudelft.simulation.dsol.gui.DSOLApplication
          extended byorg.gscg.gameleader.DSOLApplicationDistributorGame
All Implemented Interfaces:
nl.tudelft.simulation.dsol.gui.DSOLApplicationInterface, java.util.EventListener, nl.tudelft.simulation.event.EventListenerInterface, nl.tudelft.simulation.event.EventProducerInterface, java.io.Serializable

public class DSOLApplicationDistributorGame
extends nl.tudelft.simulation.dsol.gui.DSOLApplication
implements nl.tudelft.simulation.event.EventListenerInterface


Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.

Since:
1.0.0
Version:
$Revision: 1.2 $ $Date: 2005/08/03 08:52:51 $
Author:
Alexander Verbraeck
See Also:
Serialized Form

Field Summary
 
Fields inherited from class nl.tudelft.simulation.dsol.gui.DSOLApplication
experiment, properties, recents
 
Fields inherited from class nl.tudelft.simulation.event.EventProducer
listeners
 
Fields inherited from interface nl.tudelft.simulation.dsol.gui.DSOLApplicationInterface
EXPERIMENT_CHANGED_EVENT
 
Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface
FIRST_POSITION, LAST_POSITION
 
Constructor Summary
DSOLApplicationDistributorGame()
          constructs a new DSOLApplicationDistributorGame
 
Method Summary
static void main(java.lang.String[] args)
           
 void notify(nl.tudelft.simulation.event.EventInterface event)
           
 
Methods inherited from class nl.tudelft.simulation.dsol.gui.DSOLApplication
finalize, getExperiment, getProperties, setExperiment
 
Methods inherited from class nl.tudelft.simulation.event.EventProducer
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getEventTypes, removeAllListeners, removeAllListeners, removeListener
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nl.tudelft.simulation.event.EventProducerInterface
addListener, addListener, addListener, addListener, getEventTypes, removeListener
 

Constructor Detail

DSOLApplicationDistributorGame

public DSOLApplicationDistributorGame()
constructs a new DSOLApplicationDistributorGame

Method Detail

notify

public void notify(nl.tudelft.simulation.event.EventInterface event)
Specified by:
notify in interface nl.tudelft.simulation.event.EventListenerInterface
See Also:
#notify(nl.tudelft.simulation.event.EventInterface)

main

public static void main(java.lang.String[] args)
See Also:
DSOLApplication.main(java.lang.String[])


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