Uses of Interface
de.unihalle.informatik.Alida.operator.events.ALDConfigurationEventListener

Packages that use ALDConfigurationEventListener
de.unihalle.informatik.Alida.demo Demonstrator package of how to implement and use Alida operators. 
de.unihalle.informatik.Alida.operator Contains the core of Alida, i.e. the operator concept and processing graph stuff. 
de.unihalle.informatik.Alida.operator.events Definitions of Alida events and corresponding reporter and listener interfaces. 
de.unihalle.informatik.Alida.workflows Classes related to workflows in Alida. 
 

Uses of ALDConfigurationEventListener in de.unihalle.informatik.Alida.demo
 

Classes in de.unihalle.informatik.Alida.demo that implement ALDConfigurationEventListener
 class ALDDemoOpControllable
          Controllable demo operator for testing interaction.
 

Uses of ALDConfigurationEventListener in de.unihalle.informatik.Alida.operator
 

Classes in de.unihalle.informatik.Alida.operator that implement ALDConfigurationEventListener
 class ALDOperatorControllable
          Operator class with inherent event handling for execution control.
 

Methods in de.unihalle.informatik.Alida.operator with parameters of type ALDConfigurationEventListener
 void ALDOperatorControllable.addALDConfigurationEventListener(ALDConfigurationEventListener listener)
           
 void ALDOperatorControllable.removeALDConfigurationEventListener(ALDConfigurationEventListener listener)
           
 

Uses of ALDConfigurationEventListener in de.unihalle.informatik.Alida.operator.events
 

Methods in de.unihalle.informatik.Alida.operator.events with parameters of type ALDConfigurationEventListener
 void ALDConfigurationEventReporter.addALDConfigurationEventListener(ALDConfigurationEventListener listener)
          Adds a listener to this reporter.
 void ALDConfigurationEventReporter.removeALDConfigurationEventListener(ALDConfigurationEventListener listener)
          Removes a listener from this reporter.
 

Uses of ALDConfigurationEventListener in de.unihalle.informatik.Alida.workflows
 

Classes in de.unihalle.informatik.Alida.workflows that implement ALDConfigurationEventListener
 class ALDWorkflow
          Class to model a workflow in Alida.
 



Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.