org.springmodules.validation.valang.functions
Interface FunctionCallback


public interface FunctionCallback

The FunctionCallback interface should be implemented by functions that want to delegate exception reporting to a helper class.

Since:
Jun 25, 2005
Author:
Steven Devijver

Method Summary
 java.lang.Object execute(java.lang.Object target)
          Callback method execute by helper classes.
 

Method Detail

execute

java.lang.Object execute(java.lang.Object target)
                         throws java.lang.Exception

Callback method execute by helper classes.

Parameters:
target - the target object
Returns:
the result of the execution
Throws:
java.lang.Exception


Copyright © 2005. All Rights Reserved.