Uses of Class
de.unihalle.informatik.Alida.operator.events.ALDOperatorExecutionProgressEvent

Packages that use ALDOperatorExecutionProgressEvent
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 ALDOperatorExecutionProgressEvent in de.unihalle.informatik.Alida.operator
 

Methods in de.unihalle.informatik.Alida.operator with parameters of type ALDOperatorExecutionProgressEvent
protected  void ALDOperator.fireOperatorExecutionProgressEvent(ALDOperatorExecutionProgressEvent ev)
          Sends an event of changed execution progress to all registered listeners.
 void ALDOperator.handleOperatorExecutionProgressEvent(ALDOperatorExecutionProgressEvent event)
           
 

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

Methods in de.unihalle.informatik.Alida.operator.events with parameters of type ALDOperatorExecutionProgressEvent
 void ALDOperatorExecutionProgressEventListener.handleOperatorExecutionProgressEvent(ALDOperatorExecutionProgressEvent e)
          Method which is called on event occurence.
 

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

Methods in de.unihalle.informatik.Alida.workflows with parameters of type ALDOperatorExecutionProgressEvent
 void ALDWorkflow.handleOperatorExecutionProgressEvent(ALDOperatorExecutionProgressEvent e)
           
 



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