edu.bonn.xulu.model.event
Class ModelStepFinishedEvent

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

public class ModelStepFinishedEvent
extends AbstractStepModelEvent

Diese Klasse repraesentiert ein Ereignis, das zum Ende eines Modell-Schnitts ausgeloest wird.

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

Field Summary
 
Fields inherited from class edu.bonn.xulu.model.event.AbstractStepModelEvent
modelStep
 
Fields inherited from class edu.bonn.xulu.model.event.AbstractModelEvent
model
 
Constructor Summary
ModelStepFinishedEvent(XuluModel model, int stepNo)
          Erzeugt ein neues Ereignis.
 
Method Summary
 
Methods inherited from class edu.bonn.xulu.model.event.AbstractStepModelEvent
getStepNo
 
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

ModelStepFinishedEvent

public ModelStepFinishedEvent(XuluModel model,
                              int stepNo)
Erzeugt ein neues Ereignis.

Parameters:
model - ausloesendes Modell
stepNo - Modell-Schritt des Ereignisses