wicket.markup.html.form
Interface IFormSubmitListener

All Superinterfaces:
IRequestListener, java.io.Serializable
All Known Implementing Classes:
Form

public interface IFormSubmitListener
extends IRequestListener

Listener interface that is called when a form is submitted.

Author:
Jonathan Locke

Method Summary
 void onFormSubmitted()
          Called when a form is submitted
 

Method Detail

onFormSubmitted

public void onFormSubmitted()
Called when a form is submitted



Copyright © 2004-2006 Wicket developers. All Rights Reserved.