Interface MenuCommand
- All Known Implementing Classes:
BootItemMenuCommand,MenuAcknowledgementCommand,MenuActionBootCommand,MenuAnalogBootCommand,MenuBooleanBootCommand,MenuBootstrapCommand,MenuChangeCommand,MenuDialogCommand,MenuEnumBootCommand,MenuFloatBootCommand,MenuHeartbeatCommand,MenuJoinCommand,MenuLargeNumBootCommand,MenuPairingCommand,MenuRgb32BootCommand,MenuRuntimeListBootCommand,MenuScrollChoiceBootCommand,MenuSubBootCommand,MenuTextBootCommand
public interface MenuCommand
Classes extending from MenuCommand can be sent and received on a connector. They are protocol
neutral so as to make replacing the protocol as easy as possible.
-
Method Summary
-
Method Details
-
getCommandType
MessageField getCommandType()The type of message received.- Returns:
- the command type
-