Interface Runnable


public interface Runnable

This interface represents function prototype for any runnable operation. Although the runnable does not receive any arguments it can be function closure, receiving necessary environment from enclosing function.

See Also:
callSerially(Runnable)

Method Summary
 void run()
          Executes the operation
 

Method Detail

run

void run()
Executes the operation