|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ItemIdentificationPageListener
This listener communicates changes from the identification page of Item dialog to the main dialog.
| Method Summary | |
|---|---|
void |
averageCostChanged(double dCost)
Notification that the average cost of the item has changed since the cost of individually identifiable items has changed. |
void |
costChanged(double dCost)
Notification that the cost of the item has changed since the cost of individually identifiable items has changed. |
void |
identificationCountChanged(int iCount)
Notification that the count of individually identifiable items has changed. |
void |
retiredChanged(boolean bRetired)
Notification that the retired flag on some individuall identifiable changed. |
| Method Detail |
|---|
void averageCostChanged(double dCost)
dCost - - average cost of of all individually identifiable itemsvoid costChanged(double dCost)
dCost - - cost of a single the item, which is the same for all
individually identifiable itemsvoid identificationCountChanged(int iCount)
iCount - - count of individually identifiable itemsvoid retiredChanged(boolean bRetired)
bRetired - - new value for the retired flag
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||