net.sf.ecl.datepicker.util
Interface IRunnableWithResult


public interface IRunnableWithResult

is a runnable returning a result value.

Version:
$Revision: 1.2 $
Author:
Harlamov

Method Summary
 Object run()
          executes an operation and returns the result.
 

Method Detail

run

Object run()
executes an operation and returns the result.

Returns:
the result.