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

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

protected class ALDOperatorGUIExecutionProxy.ParameterChangeListener
extends java.lang.Object
implements ALDOpParameterChangeEventListener

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

Author:
moeller

Constructor Summary
ALDOperatorGUIExecutionProxy.ParameterChangeListener(ALDWorkflowNodeID nodeID)
          Default constructor.
 
Method Summary
 void handleALDParameterChangeEvent(ALDOpParameterChangeEvent 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.ParameterChangeListener

public ALDOperatorGUIExecutionProxy.ParameterChangeListener(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.

handleALDParameterChangeEvent

public void handleALDParameterChangeEvent(ALDOpParameterChangeEvent e)
Description copied from interface: ALDOpParameterChangeEventListener
Method which is called on event occurence.

Specified by:
handleALDParameterChangeEvent in interface ALDOpParameterChangeEventListener


Copyright © 2010-2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.