de.unihalle.informatik.Alida.operator.events
Interface ALDOperatorExecutionProgressEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ALDArrayMean, ALDArrayMin, ALDArraySum, ALDCalcMeanArray, ALDClusterExperiment, ALDDemoOpControllable, ALDKmeansOp, ALDNumberConverter, ALDOperator, ALDOperatorControllable, ALDParameterTester, ALDPCAOp, ALDSummarizeArrayOp, ALDTransposeMatrix, ALDVectorNativeArrayConverter, ALDWorkflow, ApplyToMatrix, FilterExperimentalDataOp, MatrixSum, NormalizeExperimentalDataOp

public interface ALDOperatorExecutionProgressEventListener
extends EventListener

Listener interface for `Alida` progress of operator execution events.

Author:
posch

Method Summary
 void handleOperatorExecutionProgressEvent(ALDOperatorExecutionProgressEvent e)
          Method which is called on event occurence.
 

Method Detail

handleOperatorExecutionProgressEvent

void handleOperatorExecutionProgressEvent(ALDOperatorExecutionProgressEvent e)
                                          throws ALDWorkflowException
Method which is called on event occurence.

Parameters:
e - Event to be handled.
Throws:
ALDWorkflowException


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