com.github.gwtbootstrap.client.ui
Interface Form.SubmitCompleteHandler

All Superinterfaces:
EventHandler
Enclosing class:
Form

public static interface Form.SubmitCompleteHandler
extends EventHandler

Handler for Form.SubmitCompleteEvent events.


Method Summary
 void onSubmitComplete(Form.SubmitCompleteEvent event)
          Fired when a form has been submitted successfully.
 

Method Detail

onSubmitComplete

void onSubmitComplete(Form.SubmitCompleteEvent event)
Fired when a form has been submitted successfully.

Parameters:
event - the event


Copyright © 2012 gwtbootstrap. All Rights Reserved.