Uses of Enum Class
com.framed.core.utils.DispatchMode
Packages that use DispatchMode
-
Uses of DispatchMode in com.framed.core.remote
Constructors in com.framed.core.remote with parameters of type DispatchModeModifierConstructorDescriptionSocketEventBus(Transport transport, DispatchMode dispatchMode) Creates a newSocketEventBususing the specified transport and dispatch mode. -
Uses of DispatchMode in com.framed.core.utils
Methods in com.framed.core.utils that return DispatchModeModifier and TypeMethodDescriptionstatic DispatchModeReturns the enum constant of this class with the specified name.static DispatchMode[]DispatchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.