Uses of Enum Class
com.github.kagkarlsson.scheduler.event.SchedulerListener.CandidateEventType
Packages that use SchedulerListener.CandidateEventType
-
Uses of SchedulerListener.CandidateEventType in com.github.kagkarlsson.scheduler.event
Methods in com.github.kagkarlsson.scheduler.event that return SchedulerListener.CandidateEventTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SchedulerListener.CandidateEventType[]SchedulerListener.CandidateEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.kagkarlsson.scheduler.event with parameters of type SchedulerListener.CandidateEventTypeModifier and TypeMethodDescriptionvoidAbstractSchedulerListener.onCandidateEvent(SchedulerListener.CandidateEventType type) voidSchedulerListener.onCandidateEvent(SchedulerListener.CandidateEventType type) Internal scheduler event.voidSchedulerListeners.onCandidateEvent(SchedulerListener.CandidateEventType type) -
Uses of SchedulerListener.CandidateEventType in com.github.kagkarlsson.scheduler.stats
Methods in com.github.kagkarlsson.scheduler.stats with parameters of type SchedulerListener.CandidateEventTypeModifier and TypeMethodDescriptionvoidStatsRegistryAdapter.onCandidateEvent(SchedulerListener.CandidateEventType type)