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
 Object execute(Object target)
          Callback method execute by helper classes.
 

Method Detail

execute

Object execute(Object target)
               throws Exception

Callback method execute by helper classes.

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


Copyright © 2009. All Rights Reserved.