edu.bonn.xulu.model.event
Class ModelStoppedEvent

java.lang.Object
  extended by AbstractObjectEvent
      extended by edu.bonn.xulu.model.event.AbstractModelEvent
          extended by edu.bonn.xulu.model.event.ModelStoppedEvent
All Implemented Interfaces:
ModelEvent

public class ModelStoppedEvent
extends AbstractModelEvent

Diese Klasse repraesentiert ein Ereignis, das ausgeloest wird, wenn der Ablauf eines Xulu-Modells beendet wurde.

Version:
1.0
Author:
Martin Schmitz (University of Bonn/Germany)

Field Summary
 
Fields inherited from class edu.bonn.xulu.model.event.AbstractModelEvent
model
 
Constructor Summary
ModelStoppedEvent(XuluModel model)
          Erzeugt ein neues Ereignis.
 
Method Summary
 
Methods inherited from class edu.bonn.xulu.model.event.AbstractModelEvent
getSourceModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelStoppedEvent

public ModelStoppedEvent(XuluModel model)
Erzeugt ein neues Ereignis.

Parameters:
model - ausloesendes Modell