Package deltix.util.io.waitstrat
Class SleepingWaitForChangeStrategy
- java.lang.Object
-
- deltix.util.io.waitstrat.SleepingWaitForChangeStrategy
-
- All Implemented Interfaces:
WaitForChangeStrategy
,deltix.util.lang.Disposable
,java.io.Closeable
,java.lang.AutoCloseable
public class SleepingWaitForChangeStrategy extends java.lang.Object implements WaitForChangeStrategy
-
-
Constructor Summary
Constructors Constructor Description SleepingWaitForChangeStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
waitFor(deltix.util.lang.Changeable value)
-
-
-
Method Detail
-
waitFor
public void waitFor(deltix.util.lang.Changeable value)
- Specified by:
waitFor
in interfaceWaitForChangeStrategy
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Specified by:
close
in interfacedeltix.util.lang.Disposable
-
-