org.eclipse.ecf.core.util
Interface ICallable


public interface ICallable

Interface defining a block that can be called, can return an Object result and throw an arbitrary Throwable


Method Summary
 java.lang.Object call()
          Perform some action that returns a result or throws an exception
 

Method Detail

call

java.lang.Object call()
                      throws java.lang.Throwable
Perform some action that returns a result or throws an exception

Returns:
result from calling action
Throws:
java.lang.Throwable