Uses of Interface
net.morimekta.testing.time.FakeClock.TimeListener
-
Packages that use FakeClock.TimeListener Package Description net.morimekta.testing.concurrent net.morimekta.testing.time -
-
Uses of FakeClock.TimeListener in net.morimekta.testing.concurrent
Classes in net.morimekta.testing.concurrent that implement FakeClock.TimeListener Modifier and Type Class Description classFakeScheduledExecutorA scheduled executor that uses a fake clock as back-bone to the executor. -
Uses of FakeClock.TimeListener in net.morimekta.testing.time
Methods in net.morimekta.testing.time with parameters of type FakeClock.TimeListener Modifier and Type Method Description voidFakeClock. addListener(FakeClock.TimeListener listener)voidFakeClock. removeListener(FakeClock.TimeListener listener)
-