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

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-2007 Wicket developers. All Rights Reserved.