|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICaptchaSender
Classes that want to be able to accept the solution of a captcha have to implement this interface.
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 |
---|
void setCaptchaSolution(byte[] a_solution)
a_solution
- byte[]void getNewCaptcha()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |