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