FormPanel; it is not
 generally useful and will be removed in a future version.
 Use FormPanel.addSubmitHandler(FormPanel.SubmitHandler) and
 FormPanel.addSubmitCompleteHandler(FormPanel.SubmitCompleteHandler)
 instead@Deprecated
public interface FiresFormEvents
FormHandler interface.| Modifier and Type | Method and Description | 
|---|---|
| void | addFormHandler(FormHandler handler) | 
| void | removeFormHandler(FormHandler handler)Deprecated. 
 Use the
  HandlerRegistration.removeHandler()method on the object returned by an add*Handler method instead | 
@Deprecated void addFormHandler(FormHandler handler)
FormPanel.addSubmitCompleteHandler(com.google.gwt.user.client.ui.FormPanel.SubmitCompleteHandler) and
 FormPanel.addSubmitHandler(com.google.gwt.user.client.ui.FormPanel.SubmitHandler) insteadhandler - the handler interface to add@Deprecated void removeFormHandler(FormHandler handler)
HandlerRegistration.removeHandler()
 method on the object returned by an add*Handler method insteadhandler - the handler interface to remove