ecash.internet
Interface ECashSellerListener


public interface ECashSellerListener

This interface must be implemented by every class that creates an ECashSeller object.

Author:
Michel Deriaz
See Also:
ECashSeller

Method Summary
 void report(PayReport payReport)
          Called after a client has given some notes.
 void sellerPurseChanged()
          Called after a pay or a deposit operation.
 

Method Detail

report

public void report(PayReport payReport)
Called after a client has given some notes.

Parameters:
payReport - a report describing the operation
See Also:
PayReport

sellerPurseChanged

public void sellerPurseChanged()
Called after a pay or a deposit operation. The idea is to save the state of the program each time this method is called.