Class FormSubmitCompleteEvent
public
class
FormSubmitCompleteEvent
extends
EventObject
Event object containing information about form submission events.
Constructors
Methods
Constructor Detail
FormSubmitCompleteEvent
public
FormSubmitCompleteEvent(
Object source, String resultHtml)
Creates a new event with information about the source and submit results.
Parameters
- source
- the object sending the event
- resultHtml
- the result html returned by the server
Method Detail
getResults
Gets the result text of the form submission.
Return Value
the result html, or
null
if there was an error
reading it