Uses of Enum Class
gg.xp.telestosupport.TelestoStatus
-
Uses of TelestoStatus in gg.xp.telestosupport
Modifier and TypeMethodDescriptionTelestoStatusUpdatedEvent.getNewStatus()
TelestoStatusUpdatedEvent.getOldStatus()
TelestoMain.getStatus()
static TelestoStatus
Returns the enum constant of this class with the specified name.static TelestoStatus[]
TelestoStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionTelestoStatusUpdatedEvent
(TelestoStatus oldStatus, TelestoStatus newStatus)