anon.pay
Interface IBIConnectionListener

All Known Implementing Classes:
PayAccountsFile

public interface IBIConnectionListener

Classes that want to listen to events generated by a BIConnection have to implement this interface and register as a IBIConnetionListener at the BIConnection.

Author:
Tobias Bayer

Method Summary
 void gotCaptcha(ICaptchaSender a_source, IImageEncodedCaptcha a_captcha)
          This method is called whenever a captcha has been received from the Payment Instance.
 

Method Detail

gotCaptcha

void gotCaptcha(ICaptchaSender a_source,
                IImageEncodedCaptcha a_captcha)
This method is called whenever a captcha has been received from the Payment Instance.

Parameters:
a_source - Object
a_captcha - IImageEncodedCaptcha