Package deltix.util.io.waitstrat
Interface WaitForChangeStrategy
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,deltix.util.lang.Disposable
- All Known Implementing Classes:
SleepingWaitForChangeStrategy
,YieldingWaitForChangeStrategy
public interface WaitForChangeStrategy extends deltix.util.lang.Disposable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
waitFor(deltix.util.lang.Changeable value)
-