com.tibco.forms.client
Class CloseHandler

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

public class CloseHandler
extends DefaultFormActionCallbackHandler

A Form close handler that performs form destroy.

Since:
2.2.2

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

Constructor Detail

CloseHandler

public CloseHandler()
Method Detail

doPostExecute

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

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


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