de.unihalle.informatik.Alida.dataio.provider.swing.events
Interface ALDSwingValueChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ALDFileDirectoryDataIOSwing.FileDirectoryDataIOPanel, ALDOperatorConfigurationFrame, ALDOperatorControlFrame, ALDOperatorDataIOSwing.OperatorConfigWindow, ALDOperatorParameterPanel, ALDParameterPanel, ALDParametrizedClassConfigWindow

public interface ALDSwingValueChangeListener
extends EventListener

Listener interface for change value events reported by provider GUI elements.

Providers for graphical user interfaces implemented in Swing are linked to an object of type JComponent which Alida uses to automatically generate graphical user interfaces for operators. The components are wrapped into objects of type ALDSwingComponent which reports events when values within the grapical component linked to a certain provider are changed. This listener interface needs to be implemented to register for these events.

Author:
moeller

Method Summary
 void handleValueChangeEvent(ALDSwingValueChangeEvent event)
          Method which is called on event occurence.
 

Method Detail

handleValueChangeEvent

void handleValueChangeEvent(ALDSwingValueChangeEvent event)
Method which is called on event occurence.

Parameters:
event - Event to be handled.


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