Uses of Interface
de.cau.cs.kieler.sim.kiem.automated.IAutomationListener

Packages that use IAutomationListener
de.cau.cs.kieler.sim.kiem.automated This package contains the basic activator class. 
de.cau.cs.kieler.sim.kiem.automated.ui.extension This package contains all classes needed for registering to different extension points. 
 

Uses of IAutomationListener in de.cau.cs.kieler.sim.kiem.automated
 

Classes in de.cau.cs.kieler.sim.kiem.automated that implement IAutomationListener
 class AbstractAutomationListener
          Abstract implementation of the automation listener.
 

Methods in de.cau.cs.kieler.sim.kiem.automated that return types with arguments of type IAutomationListener
static List<IAutomationListener> KiemAutomatedPlugin.getListeners()
          Get the list of listeners on the extension point.
 

Uses of IAutomationListener in de.cau.cs.kieler.sim.kiem.automated.ui.extension
 

Classes in de.cau.cs.kieler.sim.kiem.automated.ui.extension that implement IAutomationListener
 class AutomationListener
          Listens to events coming from the automated execution and is responsible for relaying them to the different view elements.