Uses of Class
de.cau.cs.kieler.sim.kiem.internal.EventManager

Packages that use EventManager
de.cau.cs.kieler.sim.kiem This package contains the basic activator class, the messages.properties file, with the externalized strings and a proxy editor for opening *.execution files with the KiemView. 
de.cau.cs.kieler.sim.kiem.execution This package contains the classes for the raw execution, the thread handling and synchronization as well as for the data pool and timeout error implementation. 
 

Uses of EventManager in de.cau.cs.kieler.sim.kiem
 

Methods in de.cau.cs.kieler.sim.kiem that return EventManager
 EventManager KiemPlugin.getEventManager()
          Gets the single EventManager that handles notification of DataComponents when KiemEvents occur.
 

Uses of EventManager in de.cau.cs.kieler.sim.kiem.execution
 

Constructors in de.cau.cs.kieler.sim.kiem.execution with parameters of type EventManager
Execution(List<DataComponentWrapper> dataComponentWrapperListParam, EventManager eventManagerParam)
          Instantiates and starts a new execution (thread).