org.apache.wicket.markup.html.form
Interface IFormSubmitListener

All Superinterfaces:
IClusterable, IRequestListener, Serializable
All Known Implementing Classes:
EditBook.EditBookForm, FilterForm, Form, GuestBook.CommentForm, GuestBook.CommentForm, SignIn.SignInForm, SignInPanel.SignInForm, SignInPanel.SignInForm, StatelessForm

public interface IFormSubmitListener
extends IRequestListener

Listener interface that is called when a form is submitted.

Author:
Jonathan Locke

Field Summary
static RequestListenerInterface INTERFACE
          Listener interface
 
Method Summary
 void onFormSubmitted()
          Called when a form is submitted
 

Field Detail

INTERFACE

static final RequestListenerInterface INTERFACE
Listener interface

Method Detail

onFormSubmitted

void onFormSubmitted()
Called when a form is submitted



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.