public interface HasAsyncValidationReplyHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addAsyncValidationReplyHandler(AsyncValidationReplyHandler handler)
Notification fired when an asynchronous validation completes.
|
fireEventHandlerRegistration addAsyncValidationReplyHandler(AsyncValidationReplyHandler handler)
handler - the asyncValidationReply handlerHandlerRegistration used to remove this handler