Uses of Class
com.thecoderscorner.menu.remote.commands.AckStatus
-
Packages that use AckStatus Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.commands com.thecoderscorner.menu.remote.states -
-
Uses of AckStatus in com.thecoderscorner.menu.remote
Methods in com.thecoderscorner.menu.remote with parameters of type AckStatus Modifier and Type Method Description voidRemoteControllerListener. 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 AckStatus Modifier and Type Method Description AckStatusMenuAcknowledgementCommand. getAckStatus()static AckStatusAckStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AckStatus[]AckStatus. 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 AckStatus Modifier and Type Method Description static 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 AckStatus Constructor Description MenuAcknowledgementCommand(CorrelationId correlationId, AckStatus ackStatus) -
Uses of AckStatus in com.thecoderscorner.menu.remote.states
Methods in com.thecoderscorner.menu.remote.states with parameters of type AckStatus Modifier and Type Method Description voidRemoteConnectorContext. sendAcknowledgement(AckStatus ackStatus)
-