edu.bonn.xulu.model.event
Interface ModelEvent

All Known Implementing Classes:
AbstractIterationStepEvent, AbstractModelEvent, AbstractStepModelEvent, ModelDisposedEvent, ModelInitialisedEvent, ModelIterationStepFinishedEvent, ModelIterationStepStartedEvent, ModelStartedEvent, ModelStepFinishedEvent, ModelStepStartedEvent, ModelStoppedEvent

public interface ModelEvent

Dieses Interface stellt ein allgemeines Ereignis dar, welches von einem Modell initiiert wird.

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

Method Summary
 XuluModel getSourceModel()
          Liefert das Modell, das das Ereignis ausgeloest hat.
 

Method Detail

getSourceModel

XuluModel getSourceModel()
Liefert das Modell, das das Ereignis ausgeloest hat.