|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImportProductChange
Provides methods for informing implementing class of the selected import product and product group.
| Method Summary | |
|---|---|
void |
newGroup(ProductGroup group)
Informs that a product group was selected. |
void |
newProduct(ImportProduct product)
Informs that a product was selected. |
void |
newProduct(ImportProduct product,
double amount)
Informs that a product was selected and also the selected import amount. |
| Method Detail |
|---|
void newProduct(ImportProduct product)
product - the selected productvoid newGroup(ProductGroup group)
group - the selected group
void newProduct(ImportProduct product,
double amount)
product - the selected productamount - the selected amount to be imported
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||