de.unihalle.informatik.Alida.operator.events
Class ALDOperatorExecutionProgressEvent
java.lang.Object
java.util.EventObject
de.unihalle.informatik.Alida.operator.events.ALDEvent
de.unihalle.informatik.Alida.operator.events.ALDOperatorExecutionProgressEvent
- All Implemented Interfaces:
- Serializable
public class ALDOperatorExecutionProgressEvent
- extends ALDEvent
Event type to reflect progress of operator execution.
eventMessage
contains current execution progress.
- Author:
- posch
- See Also:
- Serialized Form
ALDOperatorExecutionProgressEvent
public ALDOperatorExecutionProgressEvent(Object s,
String msg)
- Constructor with message.
- Parameters:
s
- Source object of the event.msg
- Description of current execution progress.
ALDOperatorExecutionProgressEvent
public ALDOperatorExecutionProgressEvent(Object s,
String msg,
ALDOperator originatingOperator)
- Constructor with message.
- Parameters:
s
- Source object of the event.msg
- Description of current execution progress.
getOriginatingOperator
public ALDOperator getOriginatingOperator()
- Returns:
- the originatingOperator
getExecutionProgressDescr
public String getExecutionProgressDescr()
- Returns:
- the description of current execution progress
Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.