org.opensubsystems.inventory.application.swt
Interface ItemIdentificationPageListener


public interface ItemIdentificationPageListener

This listener communicates changes from the identification page of Item dialog to the main dialog.

Version:
$Id: ItemIdentificationPageListener.java,v 1.5 2007/01/07 06:14:07 bastafidli Exp $
Author:
Martin Cerba
Code reviewer:
Miro Halas
Code reviewed:
1.3 2006/03/29 14:45:46 bastafidli

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

averageCostChanged

void averageCostChanged(double dCost)
Notification that the average cost of the item has changed since the cost of individually identifiable items has changed. This notification is fired only if all individually identifiable items do not have the same cost.

Parameters:
dCost - - average cost of of all individually identifiable items

costChanged

void costChanged(double dCost)
Notification that the cost of the item has changed since the cost of individually identifiable items has changed. This notification is fired only if all individually identifiable items have the same cost.

Parameters:
dCost - - cost of a single the item, which is the same for all individually identifiable items

identificationCountChanged

void identificationCountChanged(int iCount)
Notification that the count of individually identifiable items has changed.

Parameters:
iCount - - count of individually identifiable items

retiredChanged

void retiredChanged(boolean bRetired)
Notification that the retired flag on some individuall identifiable changed.

Parameters:
bRetired - - new value for the retired flag


Copyright © 2003 - 2006 OpenSubsystems s.r.o.