Uses of Interface
com.biglybt.core.util.SystemTime.TickConsumer
-
Packages that use SystemTime.TickConsumer Package Description com.biglybt.core.util -
-
Uses of SystemTime.TickConsumer in com.biglybt.core.util
Fields in com.biglybt.core.util with type parameters of type SystemTime.TickConsumer Modifier and Type Field Description private static java.util.List<SystemTime.TickConsumer>
SystemTime. monotoneTimeConsumers
private static java.util.List<SystemTime.TickConsumer>
SystemTime. systemTimeConsumers
Methods in com.biglybt.core.util with parameters of type SystemTime.TickConsumer Modifier and Type Method Description static void
SystemTime. registerConsumer(SystemTime.TickConsumer c)
static void
SystemTime. registerMonotonousConsumer(SystemTime.TickConsumer c)
static void
SystemTime. unregisterConsumer(SystemTime.TickConsumer c)
static void
SystemTime. unregisterMonotonousConsumer(SystemTime.TickConsumer c)
-