| Package | Description |
|---|---|
| com.thecoderscorner.menu.remote | |
| com.thecoderscorner.menu.remote.rs232 | |
| com.thecoderscorner.menu.remote.socket | |
| com.thecoderscorner.menu.remote.udp |
| Constructor | Description |
|---|---|
RemoteMenuController(RemoteConnector connector,
MenuTree managedMenu,
ScheduledExecutorService executor,
String localName,
java.time.Clock clock,
int heartbeatFrequency) |
| Modifier and Type | Method | Description |
|---|---|---|
Rs232ControllerBuilder |
Rs232ControllerBuilder.withMenuTree(MenuTree tree) |
Mandatory, the menuTree instance to store the menu items retrieved from the remote side.
|
| Modifier and Type | Method | Description |
|---|---|---|
SocketControllerBuilder |
SocketControllerBuilder.withMenuTree(MenuTree tree) |
Mandatory, the menuTree instance to store the menu items retrieved from the remote side.
|
| Modifier and Type | Method | Description |
|---|---|---|
UdpControllerBuilder |
UdpControllerBuilder.withMenuTree(MenuTree tree) |
Mandatory, the menuTree instance to store the menu items retrieved from the remote side.
|
Copyright © 2018. All rights reserved.