public interface RemoteControllerListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
connectionState(RemoteInformation remoteInformation,
boolean connected) |
Indicates a change in connectivity
|
void |
menuItemChanged(MenuItem item,
boolean valueOnly) |
Called when a menu item has either been added or changed, the valueOnly indicates if the change
is just in the latest value, or also in the MenuItem structure too.
|
void |
treeFullyPopulated() |
Indicates that the tree is now fully populated, and therefore all menus that exist on the Arduino
also exist locally in the MenuTree.
|
void menuItemChanged(MenuItem item, boolean valueOnly)
item - the item that has changedvalueOnly - true if only the current value has changed, false if the MenuItem has changed toovoid treeFullyPopulated()
void connectionState(RemoteInformation remoteInformation, boolean connected)
remoteInformation - the new connection informationconnected - true if connected, otherwise false.Copyright © 2018. All rights reserved.