info.joseluismartin.gui.bind
Interface ControlChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractView, AttachmentView, DbConnectionForm, PaginatorView, ReportFileView, ReportFilterView, ReportListView, ReportTypeView, ReportView, TableEditor, TableListView, 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

Method Summary
 void controlChange(ControlEvent e)
          Notify that the value of the control has changed
 

Method Detail

controlChange

void controlChange(ControlEvent e)
Notify that the value of the control has changed

Parameters:
e - ControlEvent with control change info


Copyright © 2013 JDAL. All Rights Reserved.