Interface SubmitEvent

All Superinterfaces:
Event
All Known Implementing Classes:
SubmitEventImpl

public interface SubmitEvent extends Event
The SubmitEvent interface defines the object used to represent an HTML form's submit event. This event is fired at the <form> when the form's submit action is invoked.
See Also: