Class FormSubmitCompleteEvent

public class FormSubmitCompleteEvent
extends EventObject
Event object containing information about form submission events.

Constructors

FormSubmitCompleteEvent(Object, String)Creates a new event with information about the source and submit results.

Methods

getResults()Gets the result text of the form submission.

Constructor Detail

FormSubmitCompleteEvent

public FormSubmitCompleteEvent(Object source, String results)
Creates a new event with information about the source and submit results.

Parameters

source
the object sending the event
results
the result text returned by the server

Method Detail

getResults

public String getResults()
Gets the result text of the form submission.

Return Value

the result text, or null if there was an error reading the result text