Interface MenuCommand
-
- All Known Implementing Classes:
BootItemMenuCommand,MenuAcknowledgementCommand,MenuActionBootCommand,MenuAnalogBootCommand,MenuBooleanBootCommand,MenuBootstrapCommand,MenuChangeCommand,MenuDialogCommand,MenuEnumBootCommand,MenuFloatBootCommand,MenuHeartbeatCommand,MenuJoinCommand,MenuLargeNumBootCommand,MenuPairingCommand,MenuRuntimeListBootCommand,MenuSubBootCommand,MenuTextBootCommand
public interface MenuCommandClasses 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MenuCommandTypegetCommandType()The type of message received.
-
-
-
Method Detail
-
getCommandType
MenuCommandType getCommandType()
The type of message received.- Returns:
- the command type
-
-