com.missiondata.oss.lakeshore
Class ActionCallBack

java.lang.Object
  extended bycom.missiondata.oss.lakeshore.ActionCallBack
All Implemented Interfaces:
CallBack

public class ActionCallBack
extends java.lang.Object
implements CallBack

A special Callback for submit buttons and links. Specifically, a thread of execution is created to handle the request


Constructor Summary
ActionCallBack(HandlerContext handlerContext, CallBack callBack)
           
 
Method Summary
 void execute(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCallBack

public ActionCallBack(HandlerContext handlerContext,
                      CallBack callBack)
Method Detail

execute

public void execute(java.lang.String value)
Specified by:
execute in interface CallBack