public interface ReadyRunnable extends Runnable
runnableinterface 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 © 2020. All rights reserved.