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
,WGenBilling
,WGenCNAB
,WGenForm
,WInvoiceGen
,WListbox
,WMatch
,WPaySelect
public interface WTableModelListener
Listener interface for
WTableModelEvent
- Author:
- Andrew Kimball
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
tableChanged
(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
-