jondo.interfaces
Interface IPaymentEventListener

All Superinterfaces:
java.util.EventListener

public interface IPaymentEventListener
extends java.util.EventListener


Method Summary
 void accountErrorOccured(anon.pay.xml.XMLErrorMessage msg, boolean a_bIgnore)
           
 void activeAccountChanged(PremiumAccount a_account)
           
 void creditChanged(PremiumAccount acc)
           
 

Method Detail

activeAccountChanged

void activeAccountChanged(PremiumAccount a_account)

accountErrorOccured

void accountErrorOccured(anon.pay.xml.XMLErrorMessage msg,
                         boolean a_bIgnore)

creditChanged

void creditChanged(PremiumAccount acc)