Uses of Class
com.thecoderscorner.menu.remote.commands.MenuHeartbeatCommand.HeartbeatMode
-
Packages that use MenuHeartbeatCommand.HeartbeatMode Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.commands com.thecoderscorner.menu.remote.states -
-
Uses of MenuHeartbeatCommand.HeartbeatMode in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote with parameters of type MenuHeartbeatCommand.HeartbeatMode Modifier and Type Method Description voidStreamRemoteConnector. 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.HeartbeatMode Modifier and Type Method Description MenuHeartbeatCommand.HeartbeatModeMenuHeartbeatCommand. getMode()static MenuHeartbeatCommand.HeartbeatModeMenuHeartbeatCommand.HeartbeatMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MenuHeartbeatCommand.HeartbeatMode[]MenuHeartbeatCommand.HeartbeatMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.thecoderscorner.menu.remote.commands with parameters of type MenuHeartbeatCommand.HeartbeatMode Modifier and Type Method Description static 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.HeartbeatMode Constructor Description MenuHeartbeatCommand(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.HeartbeatMode Modifier and Type Method Description voidRemoteConnectorContext. sendHeartbeat(int frequency, MenuHeartbeatCommand.HeartbeatMode mode)
-