net.pleso.framework.client.ui.interfaces
Interface IUpdateControlListener
- All Known Implementing Classes:
- CustomFormWindow, CustomRBWindow
public interface IUpdateControlListener
Event listener interface for control update event. This event is fired when
control has updated some values possibly binded to other controls. This
allows control owner to make other controls reread their binded values.
controlUpdated
void controlUpdated(IBindableDataControl sender)
- Fired when control updated some unamanaged by it data.
- Parameters:
sender - the IBindableDataControl which caused data update
Copyright © 2006-2007 pleso.net crew All Rights Reserved.