Uses of Enum Class
com.quietterminal.neon.core.Lifecycle.State
Packages that use Lifecycle.State
-
Uses of Lifecycle.State in com.quietterminal.neon.core
Subclasses with type arguments of type Lifecycle.State in com.quietterminal.neon.coreModifier and TypeClassDescriptionstatic enumLifecycle states for a Neon component.Methods in com.quietterminal.neon.core that return Lifecycle.StateModifier and TypeMethodDescriptionfinal Lifecycle.StateAbstractLifecycle.getState()Lifecycle.getState()Returns the current lifecycle state.static Lifecycle.StateReturns the enum constant of this class with the specified name.static Lifecycle.State[]Lifecycle.State.values()Returns an array containing the constants of this enum class, in the order they are declared.