Uses of Interface
ml.karmaconfigs.api.common.timer.scheduler.CancellableScheduler
Packages that use CancellableScheduler
Package
Description
-
Uses of CancellableScheduler in ml.karmaconfigs.api.common.timer.scheduler
Subinterfaces of CancellableScheduler in ml.karmaconfigs.api.common.timer.schedulerModifier and TypeInterfaceDescriptioninterfaceBiLateScheduler<A,B>KarmaAPI bi-object late schedulerinterfaceKarmaAPI single-object late schedulerMethods in ml.karmaconfigs.api.common.timer.scheduler that return CancellableSchedulerModifier and TypeMethodDescriptionCancellableScheduler.whenCancelled(Runnable paramRunnable)Set the action to perform when the scheduler is cancelled -
Uses of CancellableScheduler in ml.karmaconfigs.api.common.timer.scheduler.worker
Classes in ml.karmaconfigs.api.common.timer.scheduler.worker that implement CancellableSchedulerModifier and TypeClassDescriptionclassAsyncBiLateScheduler<A,B>This scheduler will run a task when X is completedclassThis scheduler will run a task when X is completedclassFixedBiLateScheduler<A,B>This scheduler will run a task when X is completedclassThis scheduler will run a task when X is completedMethods in ml.karmaconfigs.api.common.timer.scheduler.worker that return CancellableSchedulerModifier and TypeMethodDescriptionAsyncBiLateScheduler.whenCancelled(Runnable action)Set the cancelled actionAsyncLateScheduler.whenCancelled(Runnable action)Set the cancelled actionFixedBiLateScheduler.whenCancelled(Runnable action)Set the cancelled actionFixedLateScheduler.whenCancelled(Runnable action)Set the cancelled action