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

Field Summary
private  ALDWorkflowNodeID id
          Corresponding node ID.
 
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
 

Field Detail

id

private ALDWorkflowNodeID id
Corresponding node ID.

Constructor Detail

ALDOperatorGUIExecutionProxy.ParameterChangeListener

public ALDOperatorGUIExecutionProxy.ParameterChangeListener(ALDWorkflowNodeID nodeID)
Default constructor.

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

handleALDParameterChangeEvent

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

Specified by:
handleALDParameterChangeEvent in interface ALDOpParameterChangeEventListener

updateNodeID

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

Parameters:
nodeID - New node ID.