Uses of Enum Class
gg.xp.telestosupport.TelestoStatus
Packages that use TelestoStatus
-
Uses of TelestoStatus in gg.xp.telestosupport
Methods in gg.xp.telestosupport that return TelestoStatusModifier 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.Constructors in gg.xp.telestosupport with parameters of type TelestoStatusModifierConstructorDescriptionTelestoStatusUpdatedEvent
(TelestoStatus oldStatus, TelestoStatus newStatus)