art.cs
Interface Author

All Known Implementing Classes:
Accounting, Classifier

public interface Author

This interface is not interesting for the user and is used to manage the bucket brigade payment.

Author:
Marco Lamieri and Gianluigi Ferraris

Method Summary
 void collect(double money)
          The implementing class collect the money payed by the winner of the auction to it's author.
 

Method Detail

collect

public void collect(double money)
The implementing class collect the money payed by the winner of the auction to it's author.

Parameters:
money - Money collected.