@FunctionalInterface public interface RemoteConnectorListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
onCommand(RemoteConnector connector,
MenuCommand command) |
Sent by the connector when a message has been decoded.
|
void onCommand(RemoteConnector connector, MenuCommand command)
connector - the connector that sent the messagecommand - the command it decoded.Copyright © 2018. All rights reserved.