com.tibco.forms.client
Class DefaultFormActionCallbackHandler

java.lang.Object
  extended by com.tibco.forms.client.DefaultFormActionCallbackHandler
All Implemented Interfaces:
FormActionCallbackHandler
Direct Known Subclasses:
CloseHandler

public class DefaultFormActionCallbackHandler
extends java.lang.Object
implements FormActionCallbackHandler

Default implementation of FormActionCallbackHandler.

Since:
2.2.2

Constructor Summary
DefaultFormActionCallbackHandler()
           
 
Method Summary
 void doExecute(java.lang.String actionName, Form form)
          Executes the action.
 void doPostExecute(java.lang.String actionName, Form form)
          Post-action execution hook.
 void doPreExecute(java.lang.String actionName, Form form)
          Pre-action-execution hook.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFormActionCallbackHandler

public DefaultFormActionCallbackHandler()
Method Detail

doExecute

public void doExecute(java.lang.String actionName,
                      Form form)
Executes the action.

Specified by:
doExecute in interface FormActionCallbackHandler
Parameters:
actionName - The name of the action.
form - The form instance.

doPostExecute

public void doPostExecute(java.lang.String actionName,
                          Form form)
Post-action execution hook.

Specified by:
doPostExecute in interface FormActionCallbackHandler
Parameters:
actionName - The name of the action.
form - The form instance.

doPreExecute

public void doPreExecute(java.lang.String actionName,
                         Form form)
Pre-action-execution hook.

Specified by:
doPreExecute in interface FormActionCallbackHandler
Parameters:
actionName - The name of the action.
form - The form instance.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.