public interface ReadyRunnable extends Runnable
runnable
interface and
provides a method to determine if the runnable is ready to start.Modifier and Type | Method and Description |
---|---|
boolean |
isReady()
Returns true if the runnable is ready to start.
|
Copyright © 2021. All rights reserved.