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

java.lang.Object
  extended by java.util.EventObject
      extended by de.unihalle.informatik.Alida.operator.events.ALDEvent
          extended by 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

Field Summary
 
Fields inherited from class de.unihalle.informatik.Alida.operator.events.ALDEvent
eventMessage
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ALDOperatorExecutionProgressEvent(Object s, String msg)
          Constructor with message.
ALDOperatorExecutionProgressEvent(Object s, String msg, ALDOperator originatingOperator)
          Constructor with message.
 
Method Summary
 String getExecutionProgressDescr()
           
 ALDOperator getOriginatingOperator()
           
 
Methods inherited from class de.unihalle.informatik.Alida.operator.events.ALDEvent
getEventMessage, getEventMessage
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.