mirror of
https://github.com/klmp200/PQT_Gestionnaire_vente_stock.git
synced 2024-11-22 08:13:20 +00:00
Module Client, clss StockScreenModel : suppression d'un sysout
This commit is contained in:
parent
3f8daabe61
commit
fc1f32799d
@ -24,7 +24,6 @@ class StockScreenModel {
|
|||||||
this.stockService.addListener(new StockListenerAdapter(){
|
this.stockService.addListener(new StockListenerAdapter(){
|
||||||
@Override
|
@Override
|
||||||
public void onProductListChangedEvent() {
|
public void onProductListChangedEvent() {
|
||||||
System.out.println("Product list changed event");
|
|
||||||
StockScreenModel.this.fireProductCollectionChanged();
|
StockScreenModel.this.fireProductCollectionChanged();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user