de.unihalle.informatik.Alida.gui
Class ALDOperatorGUIExecutionProxy.ParameterUpdateListener

java.lang.Object
  extended by de.unihalle.informatik.Alida.gui.ALDOperatorGUIExecutionProxy.ParameterUpdateListener
All Implemented Interfaces:
ALDOpParameterUpdateEventListener, EventListener
Enclosing class:
ALDOperatorGUIExecutionProxy

protected class ALDOperatorGUIExecutionProxy.ParameterUpdateListener
extends Object
implements ALDOpParameterUpdateEventListener

Listener class to react on parameter value updates in config window.

Author:
moeller

Constructor Summary
ALDOperatorGUIExecutionProxy.ParameterUpdateListener(ALDWorkflowNodeID nodeID)
          Default constructor.
 
Method Summary
 void handleALDParameterUpdateEvent(ALDOpParameterUpdateEvent e)
          Method which is called on event occurence.
 void updateNodeID(ALDWorkflowNodeID nodeID)
          Updates the ID of the workflow node associated with this listener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ALDOperatorGUIExecutionProxy.ParameterUpdateListener

public ALDOperatorGUIExecutionProxy.ParameterUpdateListener(ALDWorkflowNodeID nodeID)
Default constructor.

Parameters:
nodeID - Alida workflow node ID of associated operator node.
Method Detail

updateNodeID

public void updateNodeID(ALDWorkflowNodeID nodeID)
Updates the ID of the workflow node associated with this listener.

Parameters:
nodeID - New node ID.

handleALDParameterUpdateEvent

public void handleALDParameterUpdateEvent(ALDOpParameterUpdateEvent e)
Description copied from interface: ALDOpParameterUpdateEventListener
Method which is called on event occurence.

Specified by:
handleALDParameterUpdateEvent in interface ALDOpParameterUpdateEventListener
Parameters:
e - Event to be handled.


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