Package org.adempiere.webui.event
Interface WTableModelListener
- All Known Implementing Classes:
InfoAssetPanel,InfoAssetWindow,InfoAssignmentPanel,InfoAssignmentWindow,InfoBPartnerPanel,InfoBPartnerWindow,InfoCashLinePanel,InfoGeneralPanel,InfoInOutPanel,InfoInOutWindow,InfoInvoicePanel,InfoInvoiceWindow,InfoOrderPanel,InfoOrderWindow,InfoPanel,InfoPAttributeInstancePanel,InfoPAttributeInstanceWindow,InfoPAttributeWindow,InfoPaymentPanel,InfoPaymentWindow,InfoProductPanel,InfoProductWindow,InfoWindow,WAllocation,WCreateFromForm,WCreateFromWindow,WFactReconcile,WGenForm,WListbox,WMatch,WPaySelect
public interface WTableModelListener
Listener interface for
WTableModelEvent- Author:
- Andrew Kimball
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidtableChanged(WTableModelEvent event) Notify listeners the exact range of cells, rows, or columns that have changed.
-
Method Details
-
tableChanged
Notify listeners the exact range of cells, rows, or columns that have changed.- Parameters:
event- table model event
-