de.qfs.lib.gui
Interface SwingUtil.UnsafeRunnable
- Enclosing class:
- SwingUtil
- public static interface SwingUtil.UnsafeRunnable
This interface is similar to Runnable, except that the run method
may return a value and throw any kind of Exception.
Method Summary |
java.lang.Object |
run()
Execute the unsafe runnable. |
run
public java.lang.Object run()
throws java.lang.Exception
- Execute the unsafe runnable.
- Returns:
- Whatever the UnsafeRunnable decides to return.
- Throws:
java.lang.Exception
- If anything goes wrong.