edu.bonn.xulu.model.event
Class ModelStepStartedEvent

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.ModelStepStartedEvent
All Implemented Interfaces:
ModelEvent

public class ModelStepStartedEvent
extends AbstractStepModelEvent

Diese Klasse repraesentiert ein Ereignis, das zu Begin 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
ModelStepStartedEvent(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

ModelStepStartedEvent

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

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