Interface FormSubmitHandler<T>
-
- Type Parameters:
T- the value about to be changed
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
public interface FormSubmitHandler<T> extends com.google.gwt.event.shared.EventHandlerHandler interface forFormSubmitEventevents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFormSubmit(FormSubmitEvent<T> event)Called whenFormSubmitEventis fired.
-
-
-
Method Detail
-
onFormSubmit
void onFormSubmit(FormSubmitEvent<T> event)
Called whenFormSubmitEventis fired.- Parameters:
event- theFormSubmitEventthat was fired
-
-