Uses of Interface
com.biglybt.core.util.SystemTime.TickConsumer
Packages that use SystemTime.TickConsumer
-
Uses of SystemTime.TickConsumer in com.biglybt.core.util
Fields in com.biglybt.core.util with type parameters of type SystemTime.TickConsumerModifier and TypeFieldDescriptionprivate static List<SystemTime.TickConsumer>
SystemTime.monotoneTimeConsumers
private static List<SystemTime.TickConsumer>
SystemTime.systemTimeConsumers
Methods in com.biglybt.core.util with parameters of type SystemTime.TickConsumerModifier and TypeMethodDescriptionstatic 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)