Uses of Class
com.github.kagkarlsson.scheduler.ClientEvent.EventType
-
Packages that use ClientEvent.EventType Package Description com.github.kagkarlsson.scheduler -
-
Uses of ClientEvent.EventType in com.github.kagkarlsson.scheduler
Methods in com.github.kagkarlsson.scheduler that return ClientEvent.EventType Modifier and Type Method Description ClientEvent.EventTypeClientEvent.ClientEventContext. getEventType()static ClientEvent.EventTypeClientEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientEvent.EventType[]ClientEvent.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.kagkarlsson.scheduler with parameters of type ClientEvent.EventType Constructor Description ClientEventContext(ClientEvent.EventType eventType, TaskInstanceId taskInstanceId, Instant executionTime)
-