anon.util.captcha
Interface ICaptchaSender

All Known Implementing Classes:
BIConnection

public interface ICaptchaSender

Classes that want to be able to accept the solution of a captcha have to implement this interface.

Author:
Tobias Bayer

Method Summary
 void getNewCaptcha()
          Notifies the CaptchaSender that it should send a new captcha
 void setCaptchaSolution(byte[] a_solution)
          Sets the solution of a captcha.
 

Method Detail

setCaptchaSolution

void setCaptchaSolution(byte[] a_solution)
Sets the solution of a captcha.

Parameters:
a_solution - byte[]

getNewCaptcha

void getNewCaptcha()
Notifies the CaptchaSender that it should send a new captcha