Package org.hotswap.agent.util.test
Class WaitHelper.Command
- java.lang.Object
-
- org.hotswap.agent.util.test.WaitHelper.Command
-
- Enclosing class:
- WaitHelper
public abstract static class WaitHelper.Command extends Object
Holder to share result between threads.
-
-
Constructor Summary
Constructors Constructor Description Command()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleanresult()Invoke method to resolve current result - wait for true.
-