Uses of Interface
cloud.opencode.base.captcha.CaptchaEventListener
Packages that use CaptchaEventListener
Package
Description
OpenCode Base Captcha - Zero-dependency CAPTCHA generation library
OpenCode Base 验证码 - 零依赖验证码生成库
-
Uses of CaptchaEventListener in cloud.opencode.base.captcha
Classes in cloud.opencode.base.captcha that implement CaptchaEventListenerModifier and TypeClassDescriptionfinal classCaptcha Event Dispatcher - Manages and dispatches CAPTCHA lifecycle events 验证码事件分发器 - 管理和分发验证码生命周期事件Methods in cloud.opencode.base.captcha that return CaptchaEventListenerModifier and TypeMethodDescriptionOpenCaptcha.getEventListener()Gets the event listener, if configured.Methods in cloud.opencode.base.captcha with parameters of type CaptchaEventListenerModifier and TypeMethodDescriptionvoidCaptchaEventDispatcher.addListener(CaptchaEventListener listener) Registers an event listener.OpenCaptcha.Builder.eventListener(CaptchaEventListener eventListener) Sets the event listener.booleanCaptchaEventDispatcher.removeListener(CaptchaEventListener listener) Removes an event listener.