EX - The throwable type that run() may throw; use NoException to indicate that run() does not declare any checked exceptionspublic interface RunnableWhichThrows<EX extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
void |
run()
"To run" an instance means to call this method and wait until it returns.
|
Copyright © 2018 Arno Unkrig. All rights reserved.