net.sf.ecl.datepicker.util
Interface IRunnable


public interface IRunnable

This interface is designed to represent blocks of code that can throw exception. They are typically used to call some untrusted code.


Method Summary
 void run()
          Runs this runnable.
 

Method Detail

run

void run()
         throws Exception
Runs this runnable.

Throws:
Exception - if a problem occurred while running this method