|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void run()
throws Exception
Exception - if a problem occurred while running this method
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||