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.monotoneTimeConsumersprivate static List<SystemTime.TickConsumer> SystemTime.systemTimeConsumersMethods in com.biglybt.core.util with parameters of type SystemTime.TickConsumerModifier and TypeMethodDescriptionstatic voidSystemTime.registerConsumer(SystemTime.TickConsumer c) static voidSystemTime.registerMonotonousConsumer(SystemTime.TickConsumer c) static voidSystemTime.unregisterConsumer(SystemTime.TickConsumer c) static voidSystemTime.unregisterMonotonousConsumer(SystemTime.TickConsumer c)