Uses of Enum Class
com.thecoderscorner.menu.remote.commands.MenuHeartbeatCommand.HeartbeatMode
Packages that use MenuHeartbeatCommand.HeartbeatMode
Package
Description
-
Uses of MenuHeartbeatCommand.HeartbeatMode in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote with parameters of type MenuHeartbeatCommand.HeartbeatModeModifier and TypeMethodDescriptionvoidStreamRemoteConnector.sendHeartbeat(int frequency, MenuHeartbeatCommand.HeartbeatMode mode) -
Uses of MenuHeartbeatCommand.HeartbeatMode in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands that return MenuHeartbeatCommand.HeartbeatModeModifier and TypeMethodDescriptionMenuHeartbeatCommand.getMode()Returns the enum constant of this class with the specified name.static MenuHeartbeatCommand.HeartbeatMode[]MenuHeartbeatCommand.HeartbeatMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.thecoderscorner.menu.remote.commands with parameters of type MenuHeartbeatCommand.HeartbeatModeModifier and TypeMethodDescriptionstatic MenuHeartbeatCommandCommandFactory.newHeartbeatCommand(int frequency, MenuHeartbeatCommand.HeartbeatMode mode) Create a new heartbeat message with the frequency specifiedConstructors in com.thecoderscorner.menu.remote.commands with parameters of type MenuHeartbeatCommand.HeartbeatModeModifierConstructorDescriptionMenuHeartbeatCommand(int heartbeatInterval, MenuHeartbeatCommand.HeartbeatMode mode) -
Uses of MenuHeartbeatCommand.HeartbeatMode in com.thecoderscorner.menu.remote.states
Methods in com.thecoderscorner.menu.remote.states with parameters of type MenuHeartbeatCommand.HeartbeatModeModifier and TypeMethodDescriptionvoidRemoteConnectorContext.sendHeartbeat(int frequency, MenuHeartbeatCommand.HeartbeatMode mode)