org.elkoserver.foundation.run
Interface Thunk


public interface Thunk

An arbitrary (zero-argument) executable. Similar to Runnable but can throw an exception.

See Also:
Runnable

Method Summary
 Object run()
          Execute this thunk.
 

Method Detail

run

Object run()
           throws Throwable
Execute this thunk.

Throws:
Throwable