Uses of Enum Class
com.pushtechnology.diffusion.api.server.EmbeddedDiffusion.State
Packages that use EmbeddedDiffusion.State
-
Uses of EmbeddedDiffusion.State in com.pushtechnology.diffusion.api.server
Methods in com.pushtechnology.diffusion.api.server that return EmbeddedDiffusion.StateModifier and TypeMethodDescriptionstatic EmbeddedDiffusion.State
Returns the enum constant of this class with the specified name.static EmbeddedDiffusion.State[]
EmbeddedDiffusion.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pushtechnology.diffusion.api.server with parameters of type EmbeddedDiffusion.StateModifier and TypeMethodDescriptionvoid
EmbeddedDiffusion.LifecycleListener.onStateChanged
(EmbeddedDiffusion.State state) Callback method for state changes.