Uses of Enum Class
com.thecoderscorner.menu.remote.commands.AckStatus
Packages that use AckStatus
Package
Description
-
Uses of AckStatus in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote with parameters of type AckStatusModifier and TypeMethodDescriptionvoidRemoteControllerListener.ackReceived(CorrelationId key, MenuItem item, AckStatus status) Indicates that an acknowledgment has been received from the embedded device.voidStreamRemoteConnector.sendAcknowledgement(AckStatus ackStatus) -
Uses of AckStatus in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands that return AckStatusModifier and TypeMethodDescriptionMenuAcknowledgementCommand.getAckStatus()static AckStatusReturns the enum constant of this class with the specified name.static AckStatus[]AckStatus.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 AckStatusModifier and TypeMethodDescriptionstatic MenuAcknowledgementCommandCommandFactory.newAcknowledgementCommand(CorrelationId correlationId, AckStatus status) create an acknowledgement message for a given correlation and statusConstructors in com.thecoderscorner.menu.remote.commands with parameters of type AckStatusModifierConstructorDescriptionMenuAcknowledgementCommand(CorrelationId correlationId, AckStatus ackStatus) -
Uses of AckStatus in com.thecoderscorner.menu.remote.states
Methods in com.thecoderscorner.menu.remote.states with parameters of type AckStatusModifier and TypeMethodDescriptionvoidRemoteConnectorContext.sendAcknowledgement(AckStatus ackStatus)