info.joseluismartin.gui.bind
Interface ControlChangeListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- AbstractView, DbConnectionForm, PaginatorView, ReportFileView, ReportFilterView, ReportListView, ReportTypeView, ReportView, TableEditor, TreeView
public interface ControlChangeListener
- extends EventListener
A Listener for generic control changes. Use ControlChangeListener when you
want to be notified on a control changes without knowledge of the control type.
- Since:
- 1.1
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
- See Also:
ControlEvent
controlChange
void controlChange(ControlEvent e)
- Notify that the value of the control has changed
- Parameters:
e - ControlEvent with control change info
Copyright © 2012 JDAL. All Rights Reserved.