org.gwtbootstrap3.client.ui.base.form
Interface AbstractForm.SubmitCompleteHandler

All Superinterfaces:
EventHandler
Enclosing class:
AbstractForm

public static interface AbstractForm.SubmitCompleteHandler
extends EventHandler

Handler for AbstractForm.SubmitCompleteEvent events.


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

Method Detail

onSubmitComplete

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

Parameters:
event - the event


Copyright © 2015. All rights reserved.