Uses of Enum Class
com.github.kagkarlsson.scheduler.ClientEvent.EventType
Packages that use ClientEvent.EventType
-
Uses of ClientEvent.EventType in com.github.kagkarlsson.scheduler
Methods in com.github.kagkarlsson.scheduler that return ClientEvent.EventTypeModifier and TypeMethodDescriptionClientEvent.ClientEventContext.getEventType()static ClientEvent.EventTypeReturns the enum constant of this class with the specified name.static ClientEvent.EventType[]ClientEvent.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.kagkarlsson.scheduler with parameters of type ClientEvent.EventTypeModifierConstructorDescriptionClientEventContext(ClientEvent.EventType eventType, TaskInstanceId taskInstanceId, Instant executionTime)