T - the value about to be changedpublic interface FormSubmitHandler<T>
extends com.google.gwt.event.shared.EventHandler
FormSubmitEvent events.| Modifier and Type | Method and Description |
|---|---|
void |
onFormSubmit(FormSubmitEvent<T> event)
Called when
FormSubmitEvent is fired. |
void onFormSubmit(FormSubmitEvent<T> event)
FormSubmitEvent is fired.event - the FormSubmitEvent that was firedCopyright © 2015–2016. All rights reserved.