ecash.internet
Interface ECashBuyerListener


public interface ECashBuyerListener

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

Author:
Michel Deriaz
See Also:
ECashBuyer

Method Summary
 void buyerPurseChanged()
          Called after a buy or a pay operation.
 

Method Detail

buyerPurseChanged

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