|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPaymentListener
GUI classes can implement this interface and register with the Payment library to be notified about payment specific events
Method Summary | |
---|---|
void |
accountActivated(PayAccount acc)
The active account changed. |
void |
accountAdded(PayAccount acc)
An account was added |
int |
accountCertRequested(MixCascade a_connectedCascade)
The AI has signaled that the current cascade has to be payed for. |
void |
accountError(XMLErrorMessage msg,
boolean a_bIgnore)
The AI has signaled an error. |
void |
accountRemoved(PayAccount acc)
An account was removed |
void |
creditChanged(PayAccount acc)
The credit changed for the given account. |
void |
gotCaptcha(ICaptchaSender a_source,
IImageEncodedCaptcha a_captcha)
Captcha retrieved |
Method Detail |
---|
int accountCertRequested(MixCascade a_connectedCascade)
acc
- PayAccountvoid accountError(XMLErrorMessage msg, boolean a_bIgnore)
acc
- PayAccounta_bIgnore
- do not force a user reactionvoid accountActivated(PayAccount acc)
acc
- PayAccount the account which is becoming activevoid accountRemoved(PayAccount acc)
acc
- PayAccount the account which was removedvoid accountAdded(PayAccount acc)
acc
- PayAccount the new Accountvoid creditChanged(PayAccount acc)
acc
- PayAccountvoid gotCaptcha(ICaptchaSender a_source, IImageEncodedCaptcha a_captcha)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |