nl.tudelft.simulation.dsol.tutorial.section42
Interface BuyerInterface

All Known Implementing Classes:
Customer, Retailer

public interface BuyerInterface

A BuyerInterface
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Version:
1.0 Dec 8, 2003
Author:
Peter Jacobs

Method Summary
 void receiveProduct(long amount)
          receive the ordered Product
 

Method Detail

receiveProduct

void receiveProduct(long amount)
receive the ordered Product

Parameters:
amount - the amount to receive


Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.