org.apache.wicket.markup.html.form
Interface IFormSubmitListener
- All Superinterfaces:
- IClusterable, IRequestListener, java.io.Serializable
- All Known Implementing Classes:
- Form, StatelessForm
public interface IFormSubmitListener
- extends IRequestListener
Listener interface that is called when a form is submitted.
- Author:
- Jonathan Locke
INTERFACE
static final RequestListenerInterface INTERFACE
- Listener interface
onFormSubmitted
void onFormSubmitted()
- Called when a form is submitted
Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.