com.smartgwt.client.widgets.form.events
Interface HasAsyncValidationReplyHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
DynamicForm, PropertySheet, SearchForm

public interface HasAsyncValidationReplyHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addAsyncValidationReplyHandler(AsyncValidationReplyHandler handler)
          Notification fired when an asynchronous validation completes.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addAsyncValidationReplyHandler

HandlerRegistration addAsyncValidationReplyHandler(AsyncValidationReplyHandler handler)
Notification fired when an asynchronous validation completes.

Parameters:
handler - the asyncValidationReply handler
Returns:
HandlerRegistration used to remove this handler